New wpt failures in /css/css-sizing/aspect-ratio/ [abspos-004.html, abspos-008.html, abspos-014.html, and 9 others]
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 3 open bugs)
Details
(Whiteboard: [wpt])
Syncing wpt PR 26174 found new untriaged test failures in CI
Tests Affected
Firefox-only failures
/css/css-sizing/aspect-ratio/replaced-element-003.html: FAIL
/css/css-sizing/aspect-ratio/quirks-mode-003.html
body height should match documentElement due to min-height: auto: FAIL
New Tests That Don't Pass
/css/css-sizing/aspect-ratio/abspos-004.html: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-sizing/aspect-ratio/abspos-008.html: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-sizing/aspect-ratio/abspos-014.html: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-sizing/aspect-ratio/block-aspect-ratio-020.html: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-sizing/aspect-ratio/block-aspect-ratio-021.html: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-sizing/aspect-ratio/block-aspect-ratio-023.html: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-sizing/aspect-ratio/block-aspect-ratio-025.html: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-sizing/aspect-ratio/block-aspect-ratio-026.html: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-sizing/aspect-ratio/block-aspect-ratio-027.html: FAIL (Chrome: PASS, Safari: FAIL)
/css/css-sizing/aspect-ratio/intrinsic-size-004.html: FAIL (Chrome: PASS, Safari: FAIL)
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1672135 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•4 years ago
|
Comment 3•4 years ago
|
||
Still have to fix intrinsic-size-004.html and abspos-014.html.
Comment 4•4 years ago
|
||
abspos-014.html depends on contain-intrinsic-size, which should be fixed in Bug 1597529.
intrinsic-size-004.html depends on Bug 1646100.
Comment 5•4 years ago
|
||
And need to check quirks-mode-003.html.
Updated•4 years ago
|
Comment 6•2 years ago
|
||
abspos-014.html fixed by bug 1781097.
Only quirks-mode-003.html remains unfixed.
Comment 7•2 years ago
|
||
wpt.fyi link for that one remaining failing test:
https://wpt.fyi/results/css/css-sizing/aspect-ratio/quirks-mode-003.html
https://wpt.live/css/css-sizing/aspect-ratio/quirks-mode-003.html
That one is interop2023-relevant, in the aspect-ratio category under "Previous Focus Areas" at https://wpt.fyi/interop-2023
I'm not entirely sure the test is testing what it intends to test, though... Despite the aspect-ratio: 1/1
and specified width
, Chrome's devtools show document.body
and document.documentElement
as having a width and height that match the dimensions of my viewport (which are not square and much larger than 100px).
So this doesn't seem to be testing anything aspect-ratio-related, and is in fact just testing whether document.documentElement
is as large as the full viewport. In Firefox, it apparently is not.
Comment 8•2 years ago
|
||
I spun off bug 1819490 for quirks-mode-003.html, since it's got some subtlety RE the quirk and deserves its own bug.
Let's close this bug as fixed-aside-from-that-one-followup.
Updated•2 years ago
|
Description
•