Open Bug 1863589 Opened 2 years ago Updated 2 years ago

New wpt failures in /css/css-syntax/urange-parsing.html ("Can't set properties on CSSFontFaceRule declarations")

Categories

(Core :: DOM: CSS Object Model, defect)

defect

Tracking

()

People

(Reporter: wpt-sync, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [wpt])

Syncing wpt PR 42832 found new untriaged test failures in CI

Tests Affected

Firefox-only failures

  • /css/css-syntax/urange-parsing.html [wpt.fyi]
    • "u+abc" => "U+ABC": FAIL
    • "U+abc" => "U+ABC": FAIL
    • "u+ABC" => "U+ABC": FAIL
    • "U+ABC" => "U+ABC": FAIL
    • "u+AbC" => "U+ABC": FAIL
    • "u+efg" is invalid: FAIL
    • "u+ abc" is invalid: FAIL
    • "u +abc" is invalid: FAIL
    • "u + abc" is invalid: FAIL
    • "U + a b c" is invalid: FAIL
    • "u+a" => "U+A": FAIL
    • "u+aa" => "U+AA": FAIL
    • "u+aaa" => "U+AAA": FAIL
    • "u+aaaa" => "U+AAAA": FAIL
    • "u+aaaaa" => "U+AAAAA": FAIL
    • "u+aaaaaaa" is invalid: FAIL
    • "u+a?" => "U+A0-AF": FAIL
    • "u+a??" => "U+A00-AFF": FAIL
    • "u+a???" => "U+A000-AFFF": FAIL
    • "u+a????" => "U+A0000-AFFFF": FAIL
    • "u+aaaaaa?" is invalid: FAIL
    • "u+aaaaa??" is invalid: FAIL
    • "u+aaaa???" is invalid: FAIL
    • "u+aaa????" is invalid: FAIL
    • "u+aa?????" is invalid: FAIL
    • "u+a??????" is invalid: FAIL
    • "u+a?a" is invalid: FAIL
    • "u+0a" => "U+A": FAIL
    • "U+0a0" => "U+A0": FAIL
    • "u+0aaaaa" => "U+AAAAA": FAIL
    • "u+0aaaaaa" is invalid: FAIL
    • "u+0a0000" => "U+A0000": FAIL
    • "u+0a00000" is invalid: FAIL
    • "u+0aaaaa0" is invalid: FAIL
    • "u+00000a" => "U+A": FAIL
    • "u+00000aa" is invalid: FAIL
    • "u+00000a0" is invalid: FAIL
    • "u+000000a" is invalid: FAIL
    • "u+0a????" => "U+A0000-AFFFF": FAIL
    • "u+0a?????" is invalid: FAIL
    • "u+00a????" is invalid: FAIL
    • "u+1e9a" => "U+1E9A": FAIL
    • "u/**/0" is invalid: FAIL
    • "u+0" => "U+0": FAIL
    • "u+00" => "U+0": FAIL
    • "u+000" => "U+0": FAIL
    • "u+0000" => "U+0": FAIL
    • "u+00000" => "U+0": FAIL
    • "u+000000" => "U+0": FAIL
    • "u+0000000" is invalid: FAIL
    • "u+00000?" => "U+0-F": FAIL
    • "u+0?????" => "U+0-FFFFF": FAIL
    • "u+0?a" is invalid: FAIL
    • "u+000000?" is invalid: FAIL
    • "u+00000??" is invalid: FAIL
    • "u+0??????" is invalid: FAIL
    • "u+1e3" => "U+1E3": FAIL
    • "u+1e-20" => "U+1E-20": FAIL
    • "u+0-0a" => "U+0-A": FAIL
    • "u+000000-0aaaaa" => "U+0-AAAAA": FAIL
    • "u+0000000-0a" is invalid: FAIL
    • "u+0-0aaaaaa" is invalid: FAIL
    • "u+0-000000a" is invalid: FAIL
    • "u+0+0a" is invalid: FAIL
    • "u+0?-0a" is invalid: FAIL
    • "u+0-0a?" is invalid: FAIL
    • "u+0-1" => "U+0-1": FAIL
    • "u-0-1" is invalid: FAIL
    • "u-0+1" is invalid: FAIL
    • "u+0+1" is invalid: FAIL
    • "u+000000-000001" => "U+0-1": FAIL
    • "u+0000000-1" is invalid: FAIL
    • "u+0-0000001" is invalid: FAIL
    • "u+0-10ffff" => "U+0-10FFFF": FAIL
    • "u+?" => "U+0-F": FAIL
    • "u+?????" => "u+0-FFFFF": FAIL
    • "u+???????" is invalid: FAIL
    • "u+?a" is invalid: FAIL

New Tests That Don't Pass

  • /css/css-syntax/urange-parsing.html [wpt.fyi]
    • "u//+//a/**/?" => "U+A0-AF": FAIL (Chrome: FAIL, Safari: PASS)
    • "u+aaaaaa" is invalid: FAIL (Chrome: FAIL, Safari: PASS)
    • "u+a?????" is invalid: FAIL (Chrome: FAIL, Safari: PASS)
    • "u//+0a//?" => "U+A0-AF": FAIL (Chrome: FAIL, Safari: PASS)
    • "u+22222a" is invalid: FAIL (Chrome: FAIL, Safari: PASS)
    • "u//+0//?" => "U+0-F": FAIL (Chrome: FAIL, Safari: PASS)
    • "u+222222" is invalid: FAIL (Chrome: FAIL, Safari: PASS)
    • "u+2?????" is invalid: FAIL (Chrome: FAIL, Safari: PASS)
    • "u//+0//-0a" => "U+0-A": FAIL (Chrome: FAIL, Safari: PASS)
    • "u+222222-22222a" is invalid: FAIL (Chrome: FAIL, Safari: PASS)
    • "u//+0//-1" => "U+0-1": FAIL (Chrome: FAIL, Safari: PASS)
    • "u+0-110000" is invalid: FAIL (Chrome: FAIL, Safari: PASS)
    • "u+0-222222" is invalid: FAIL (Chrome: FAIL, Safari: PASS)
    • "u//+//?" => "U+0-F": FAIL (Chrome: FAIL, Safari: PASS)
    • "u+??????" is invalid: FAIL (Chrome: FAIL, Safari: PASS)

CI Results

Gecko CI (Treeherder)
GitHub PR Head

Notes

These updates will be on mozilla-central once bug 1863297 lands.

Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.

This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/

If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.

The failures all say
Can't set properties on CSSFontFaceRule declarations

I'll attach a reduced testcase that hits that same issue. I think that means this is more of a CSSOM issue --> reclassifying.

Severity: -- → S3
Component: CSS Parsing and Computation → DOM: CSS Object Model
Summary: New wpt failures in /css/css-syntax/urange-parsing.html → New wpt failures in /css/css-syntax/urange-parsing.html ("Can't set properties on CSSFontFaceRule declarations")

Ah, I guess that's bug 1466489.

Depends on: 1466489
You need to log in before you can comment on or make changes to this bug.