Closed
Bug 1937246
Opened 2 months ago
Closed 2 months ago
[wpt-sync] Sync PR 49689 - [Gap Decorations] Update spec links to point to Editor's Draft
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49689 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49689
Details from upstream follow.
Kevin Babbitt <kbabbitt@microsoft.com> wrote:
[Gap Decorations] Update spec links to point to Editor's Draft
Bug: 357648037
Change-Id: Ide60a255c37d8a8ee5f76051c3bb3f2fab1ec2f5
Reviewed-on: https://chromium-review.googlesource.com/6093899
WPT-Export-Revision: 0f3fdeac0696fbd281d2ebd947f1d93fe1b4c844
Assignee | ||
Updated•2 months ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•2 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=25235424f21c9720df21dd2b442667979939aa7c
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 15 subtests
Status Summary
Firefox
OK
: 5
PASS
: 23
FAIL
: 40
Chrome
OK
: 5
PASS
: 23
FAIL
: 40
Safari
OK
: 5
PASS
: 23
FAIL
: 40
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-gaps/tentative/parsing/gap-decorations-color-valid.html [wpt.fyi]
- e.style['column-rule-color'] = "repeat(4, blue)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "repeat(3, red green blue)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "repeat(1, red green blue yellow)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "repeat(4, cyan)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "green blue" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "red blue green yellow pink" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "repeat(3, blue) repeat(4, red)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "red repeat(3, blue) blue repeat(4, red green cyan)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "repeat(4, red green cyan) repeat(5, yellow) blue" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "repeat(auto, red)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "repeat(auto, red green blue)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "repeat(auto, red green) red" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "repeat(4, blue red green) repeat(auto, red)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-color'] = "blue repeat(auto, red green) repeat(4, blue red green)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['column-rule-color'] = "repeat(4, blue)" should set the property value:
- /css/css-gaps/tentative/parsing/gap-decorations-style-computed.html [wpt.fyi]
- Property column-rule-style value 'dotted dashed solid':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'repeat(10, double)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'repeat(3, groove) repeat(4, ridge)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'repeat(auto, solid)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'repeat(auto, dotted solid inset)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'repeat(4, none ridge solid) repeat(auto, hidden)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'inset repeat(auto, solid ridge) repeat(4, none groove hidden)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'repeat(calc(5 + 3), ridge)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) ridge':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) repeat(4, none groove hidden)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'ridge repeat(auto, solid)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-style value 'ridge repeat(auto, solid) ridge':
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Property column-rule-style value 'dotted dashed solid':
- /css/css-gaps/tentative/parsing/gap-decorations-style-valid.html [wpt.fyi]
- e.style['column-rule-style'] = "repeat(4, dotted)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "repeat(3, dashed double dotted)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "repeat(1, dashed double dotted solid)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "repeat(4, double)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "dotted ridge" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "dotted dashed solid groove ridge" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "repeat(3, groove) repeat(4, ridge)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "inset repeat(3, ridge) none repeat(4, groove hidden dashed)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "repeat(4, none ridge solid) repeat(5, hidden) double" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "repeat(auto, solid)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "repeat(auto, dotted solid inset)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "repeat(auto, dashed groove) ridge" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "repeat(4, dotted double dashed) repeat(auto, solid)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-style'] = "inset repeat(auto, solid ridge) repeat(4, none groove hidden)" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['column-rule-style'] = "repeat(4, dotted)" should set the property value:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/39e7df1b851e
[wpt PR 49689] - [Gap Decorations] Update spec links to point to Editor's Draft, a=testonly
Comment 4•2 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•