Closed
Bug 1880472
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 44607 - getComputedStyle() for pseudo-elements with argument
Categories
(Core :: DOM: CSS Object Model, task, P4)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44607 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44607
Details from upstream follow.
Anne van Kesteren <annevk@annevk.nl> wrote:
getComputedStyle() for pseudo-elements with argument
| Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → DOM: CSS Object Model
Product: Testing → Core
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=523d8f460b1a07a0b1440306d9922cbd7e7be658
| 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 14 subtests
Status Summary
Firefox
OK : 1
PASS: 4
FAIL: 10
Chrome
OK : 1
PASS: 1
FAIL: 13
Safari
OK : 1
PASS: 8
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/cssom/getComputedStyle-pseudo-with-argument.html [wpt.fyi]
- This pseudo-element should not parse: ::highlight:
FAIL(Chrome:FAIL, Safari:FAIL) - This pseudo-element should not parse: ::highlight(:
FAIL(Chrome:FAIL, Safari:PASS) - This pseudo-element should not parse: ::highlight():
FAIL(Chrome:FAIL, Safari:PASS) - This pseudo-element should not parse: ::highlight(1):
FAIL(Chrome:FAIL, Safari:PASS) - This pseudo-element should not parse: ::highlight($):
FAIL(Chrome:FAIL, Safari:PASS) - This pseudo-element should not parse: ::highlight(name)a:
FAIL(Chrome:FAIL, Safari:PASS) - This pseudo-element should parse: ::highlight(
name:FAIL(Chrome:FAIL, Safari:FAIL) - This pseudo-element should parse: ::highlight(name :
FAIL(Chrome:FAIL, Safari:FAIL) - This pseudo-element should parse: ::highlight( name :
FAIL(Chrome:FAIL, Safari:FAIL) - This pseudo-element should parse: ::highlight( n\61me ):
FAIL(Chrome:FAIL, Safari:FAIL)
- This pseudo-element should not parse: ::highlight:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0c668a0bb2dd
[wpt PR 44607] - getComputedStyle() for pseudo-elements with argument, a=testonly
https://hg.mozilla.org/integration/autoland/rev/63f8bb8ecc20
[wpt PR 44607] - Update wpt metadata, a=testonly
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0c668a0bb2dd
https://hg.mozilla.org/mozilla-central/rev/63f8bb8ecc20
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•