Closed Bug 1740325 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 31564 - Rename a WPT test to avoid name conflict

Categories

(Core :: CSS Parsing and Computation, task, P4)

task

Tracking

()

RESOLVED FIXED
96 Branch
Tracking Status
firefox96 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 31564 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/31564
Details from upstream follow.

Xiaocheng Hu <xiaochengh@chromium.org> wrote:

Rename a WPT test to avoid name conflict

Change-Id: Iff30020d4ab3d4696d8222f1ca4c72dd842a9afd
Fixed: 1268508

Reviewed-on: https://chromium-review.googlesource.com/3270891
WPT-Export-Revision: 025e3a38ff14b9df639a5d93d6ee34d626cfb664

PR 31564 applied with additional changes from upstream: 00be84da812dbc479b2d1ec9bd8859a04b21d87e
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core

CI Results

Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 1 tests and 13 subtests

Status Summary

Firefox

OK : 1
FAIL: 13

Chrome

OK : 1
PASS: 4
FAIL: 9

Safari

OK : 1
PASS: 4
FAIL: 9

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

Firefox-only Failures

/css/css-cascade/parsing/layer-import-parsing.html
@import url("nonexist.css") layer(); should still be a valid import rule with an invalid layer declaration: FAIL
@import url("nonexist.css") layer(A B); should still be a valid import rule with an invalid layer declaration: FAIL
@import url("nonexist.css") layer(A . B); should still be a valid import rule with an invalid layer declaration: FAIL
@import url("nonexist.css") layer(A, B, C); should still be a valid import rule with an invalid layer declaration: FAIL

New Tests That Don't Pass

/css/css-cascade/parsing/layer-import-parsing.html
@import url("nonexist.css") layer; should be a valid layered import rule: FAIL (Chrome: FAIL, Safari: FAIL)
@import url("nonexist.css") layer(A); should be a valid layered import rule: FAIL (Chrome: FAIL, Safari: FAIL)
@import url("nonexist.css") layer(A.B); should be a valid layered import rule: FAIL (Chrome: FAIL, Safari: FAIL)
@import url(nonexist.css) layer; should be a valid layered import rule: FAIL (Chrome: FAIL, Safari: FAIL)
@import url(nonexist.css) layer(A); should be a valid layered import rule: FAIL (Chrome: FAIL, Safari: FAIL)
@import url(nonexist.css) layer(A.B); should be a valid layered import rule: FAIL (Chrome: FAIL, Safari: FAIL)
@import "nonexist.css" layer; should be a valid layered import rule: FAIL (Chrome: FAIL, Safari: FAIL)
@import "nonexist.css" layer(A); should be a valid layered import rule: FAIL (Chrome: FAIL, Safari: FAIL)
@import "nonexist.css" layer(A.B); should be a valid layered import rule: FAIL (Chrome: FAIL, Safari: FAIL)
@import url("nonexist.css") layer(); should still be a valid import rule with an invalid layer declaration: FAIL (Chrome: PASS, Safari: PASS)
@import url("nonexist.css") layer(A B); should still be a valid import rule with an invalid layer declaration: FAIL (Chrome: PASS, Safari: PASS)
@import url("nonexist.css") layer(A . B); should still be a valid import rule with an invalid layer declaration: FAIL (Chrome: PASS, Safari: PASS)
@import url("nonexist.css") layer(A, B, C); should still be a valid import rule with an invalid layer declaration: FAIL (Chrome: PASS, Safari: PASS)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5500c60993bf
[wpt PR 31564] - Rename a WPT test to avoid name conflict, a=testonly
https://hg.mozilla.org/integration/autoland/rev/952034d343da
[wpt PR 31564] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in before you can comment on or make changes to this bug.