[wpt-sync] Sync PR 32584 - Revert "Rename one test to resolve conflict in two way sync"
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox99 fixed)
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32584 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32584
Details from upstream follow.
WeizhongX <77710146+WeizhongX@users.noreply.github.com> wrote:
Revert "Rename one test to resolve conflict in two way sync"
Reverts web-platform-tests/wpt#32536
It turns out the test at upstream is identical to the one in chromium. We have deleted the test in chromium so revert this one.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 7 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 6 subtests
Status Summary
Firefox
OK : 1
FAIL: 6
Chrome
OK : 1
FAIL: 6
Safari
OK : 1
PASS: 1
FAIL: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/selectors/has-specificity.html
:has(#foo) wins over :has(.foo): FAIL (Chrome: FAIL, Safari: FAIL)
:has(span#foo) wins over :has(#foo): FAIL (Chrome: FAIL, Safari: FAIL)
:has(.bar, #foo) has same specificity as :has(#foo, .bar): FAIL (Chrome: FAIL, Safari: PASS)
:has(.bar, #foo) wins over :has(.foo, .bar): FAIL (Chrome: FAIL, Safari: FAIL)
:has(span + span) wins over :has(span): FAIL (Chrome: FAIL, Safari: FAIL)
:has(span, li, p) wins over :has(span, lo, p): FAIL (Chrome: FAIL, Safari: FAIL)
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8059bcb90d46
https://hg.mozilla.org/mozilla-central/rev/399006ab965c
Description
•