Closed
Bug 1884819
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 45030 - Add `getComputedStyle()` cases with lacking leading colons
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 45030 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45030
Details from upstream follow.
Tim Nguyen <nt1m@users.noreply.github.com> wrote:
Add
getComputedStyle()cases with lacking leading colons
| 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=5704ee28bad2834c91566adedd7956eb5df5a50c
| 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 22 subtests
Status Summary
Firefox
OK : 1
PASS: 12
FAIL: 10
Chrome
OK : 1
PASS: 1
FAIL: 21
Safari
OK : 1
PASS: 22
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:PASS) - 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:PASS) - This pseudo-element should parse: ::highlight(name :
FAIL(Chrome:FAIL, Safari:PASS) - This pseudo-element should parse: ::highlight( name :
FAIL(Chrome:FAIL, Safari:PASS) - This pseudo-element should parse: ::highlight( n\61me ):
FAIL(Chrome:FAIL, Safari:PASS)
- This pseudo-element should not parse: ::highlight:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f0749749521d
[wpt PR 45030] - Add `getComputedStyle()` cases with lacking leading colons, a=testonly
Comment 4•2 years ago
|
||
| bugherder | ||
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
•