Open
Bug 1887306
Opened 2 years ago
Updated 2 years ago
New wpt failures in /css/css-values/progress-serialize.tentative.html
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
Details
(Whiteboard: [wpt])
Syncing wpt PR 44442 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-values/progress-serialize.tentative.html [wpt.fyi]
- 'progress(100px from 0px to 100px)' as a specified value should serialize as 'calc(1)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'scale(progress(100px from 0px to 100px))' as a specified value should serialize as 'scale(calc(1))'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'scale(progress(100px from 0px to 100px))' as a computed value should serialize as 'matrix(1, 0, 0, 1, 0, 0)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'scale(progress(10em from 0px to 10em))' as a computed value should serialize as 'matrix(1, 0, 0, 1, 0, 0)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'scale(progress(10em from 0px to 10rem))' as a computed value should serialize as 'matrix(1, 0, 0, 1, 0, 0)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'progress(100px from (10px - 10px) to 100px)' as a specified value should serialize as 'calc(1)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'scale(progress(100px from (10px - 10px) to 100px))' as a specified value should serialize as 'scale(calc(1))'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'scale(progress(100px from (10px - 10px) to 100px))' as a computed value should serialize as 'matrix(1, 0, 0, 1, 0, 0)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'progress(1% from (10% - 10%) to 100%)' as a specified value should serialize as 'calc(0.01)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'scale(progress(1% from (10% - 10%) to 100%))' as a specified value should serialize as 'scale(calc(0.01))'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'progress(1% from (10% - 10%) to 100%)' as a computed value should serialize as '0.01'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'scale(progress(1% from (10% - 10%) to 100%))' as a computed value should serialize as 'matrix(0.01, 0, 0, 0.01, 0, 0)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'calc(0.5 * progress(100px from 0px to 100px))' as a specified value should serialize as 'calc(0.5)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'scale(calc(0.5 * progress(100px from 0px to 100px)))' as a specified value should serialize as 'scale(calc(0.5))'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'calc(0.5 * progress(100px from 0px to 100px))' as a computed value should serialize as '0.5'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'scale(calc(0.5 * progress(100px from 0px to 100px)))' as a computed value should serialize as 'matrix(0.5, 0, 0, 0.5, 0, 0)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'calc(50px * progress(100px from 0px to 100px))' as a specified value should serialize as 'calc(50px)'.:
FAIL(Chrome:PASS, Safari:FAIL) - 'calc(1px * progress(abs(10%) from (10% - 10%) to 100% / 10))' as a computed value should serialize as '1px'.:
FAIL(Chrome:PASS, Safari:FAIL)
- 'progress(100px from 0px to 100px)' as a specified value should serialize as 'calc(1)'.:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1879110 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•2 years ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•