Open
Bug 1932747
Opened 3 months ago
Updated 3 months ago
New wpt failures in /css/css-typed-om/the-stylepropertymap/ [computed/get.html, declared/clear.html, declared/declared.tentative.html, and 5 others]
Categories
(Core :: DOM: CSS Object Model, defect)
Core
DOM: CSS Object Model
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [wpt])
Syncing wpt PR 49315 found new untriaged test failures in CI
Tests Affected
Firefox-only failures
- /css/css-typed-om/the-stylepropertymap/computed/get.html [wpt.fyi]
- Getting a valid property from computed style returns the correct entry:
FAIL
- Getting a valid custom property from computed style returns the correct entry:
FAIL
- Getting a list-valued property from computed style returns only the first value:
FAIL
- Computed StylePropertyMap.get is not case-sensitive:
FAIL
- Computed StylePropertyMap.get reflects updates in inline style:
FAIL
- Getting a valid property from computed style returns the correct entry:
- /css/css-typed-om/the-stylepropertymap/declared/clear.html [wpt.fyi]
- Clearing an empty CSS rule is a no-op:
FAIL
- Declared StylePropertyMap.clear updates the CSS rule:
FAIL
- Clearing an empty CSS rule is a no-op:
- /css/css-typed-om/the-stylepropertymap/declared/declared.tentative.html [wpt.fyi]
- Declared StylePropertyMap only contains properties in the style rule:
FAIL
- Declared StylePropertyMap contains CSS property declarations in style rules:
FAIL
- Declared StylePropertyMap contains custom property declarations:
FAIL
- Declared StylePropertyMap contains properties with their last valid value:
FAIL
- Declared StylePropertyMap is live:
FAIL
- Declared StylePropertyMap only contains properties in the style rule:
- /css/css-typed-om/the-stylepropertymap/declared/get-shorthand.html [wpt.fyi]
- Getting a shorthand property set explicitly in css rule returns a base CSSStyleValue:
FAIL
- Getting a shorthand property set explicitly in css rule returns a base CSSStyleValue:
- /css/css-typed-om/the-stylepropertymap/declared/get.html [wpt.fyi]
- Getting a valid property from CSS rule returns the correct entry:
FAIL
- Getting a valid custom property from CSS rule returns the correct entry:
FAIL
- Getting a list-valued property from CSS rule returns only the first value:
FAIL
- Declared StylePropertyMap.get is not case-sensitive:
FAIL
- Declared StylePropertyMap.get reflects changes in the CSS rule:
FAIL
- Getting a valid property from CSS rule returns the correct entry:
- /css/css-typed-om/the-stylepropertymap/inline/clear.html [wpt.fyi]
- Clearing an empty inline style is a no-op:
FAIL
- Inline StylePropertyMap.clear updates the element inline style:
FAIL
- Clearing an empty inline style is a no-op:
- /css/css-typed-om/the-stylepropertymap/inline/get-shorthand.html [wpt.fyi]
- Getting an shorthand property set explicitly in inline style returns a base CSSStyleValue:
FAIL
- Getting an shorthand property set explicitly in inline style returns a base CSSStyleValue:
- /css/css-typed-om/the-stylepropertymap/inline/get.html [wpt.fyi]
- Getting a valid property from inline style returns the correct entry:
FAIL
- Getting a valid custom property from inline style returns the correct entry:
FAIL
- Getting a list-valued property from inline style returns only the first value:
FAIL
- Declared StylePropertyMap.get is not case-sensitive:
FAIL
- Declared StylePropertyMap.get reflects changes in the inline style:
FAIL
- Getting a valid property from inline style returns the correct entry:
CI Results
Missing results from treeherder
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1932706 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.
Updated•3 months ago
|
Blocks: css-typed-om
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•