[wpt-sync] Sync PR 44119 - CSS: correct highlight-pseudos-computed.html
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44119 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44119
Details from upstream follow.
Anne van Kesteren <annevk@annevk.nl> wrote:
CSS: correct highlight-pseudos-computed.html
When the pseudo-element argument starts with a single colon and cannot be parsed the correct result is an empty CSSStyleDeclaration. Not the element's CSSStyleDeclaration.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 41 subtests
Status Summary
Firefox
OK : 1
PASS: 32
FAIL: 9
Chrome
OK : 1
PASS: 6
FAIL: 35
Safari
OK : 1
PASS: 3
FAIL: 38
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-pseudo/highlight-pseudos-computed.html [wpt.fyi]
- getComputedStyle() for ::spelling-error:
FAIL - getComputedStyle() for ::grammar-error:
FAIL
- getComputedStyle() for ::spelling-error:
New Tests That Don't Pass
- /css/css-pseudo/highlight-pseudos-computed.html [wpt.fyi]
- getComputedStyle() for ::target-text:
FAIL(Chrome:PASS, Safari:FAIL) - getComputedStyle() for ::spelling-error:
FAIL(Chrome:PASS, Safari:PASS) - getComputedStyle() for ::grammar-error:
FAIL(Chrome:PASS, Safari:PASS) - getComputedStyle() for ::highlight(foo): should return an empty CSSStyleDeclaration:
FAIL(Chrome:FAIL, Safari:FAIL) - getComputedStyle() for ::highlight(foo)) should return an empty CSSStyleDeclaration:
FAIL(Chrome:FAIL, Safari:FAIL) - getComputedStyle() for ::highlight(foo)( should return an empty CSSStyleDeclaration:
FAIL(Chrome:FAIL, Safari:FAIL) - getComputedStyle() for ::highlight(foo)(foo) should return an empty CSSStyleDeclaration:
FAIL(Chrome:FAIL, Safari:FAIL) - getComputedStyle() for ::highlight(foo)() should return an empty CSSStyleDeclaration:
FAIL(Chrome:FAIL, Safari:FAIL) - getComputedStyle() for ::highlight(foo). should return an empty CSSStyleDeclaration:
FAIL(Chrome:FAIL, Safari:FAIL)
- getComputedStyle() for ::target-text:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/867d476322c8
https://hg.mozilla.org/mozilla-central/rev/6b455f26b0fd
Description
•