New wpt failures in /css/css-view-transitions/column-span-during-transition-doesnt-skip.html
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox143 | --- | fixed |
People
(Reporter: wpt-sync, Assigned: emilio)
References
Details
(Whiteboard: [wpt], [wptsync upstream])
Attachments
(1 file)
Syncing wpt PR 52793 found new untriaged test failures in CI
Tests Affected
Firefox-only failures
- /css/css-view-transitions/column-span-during-transition-doesnt-skip.html [wpt.fyi]:
FAIL
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux2404-64-opt
,GitHub
],PASS
[Gecko-linux2404-64-debug
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
]
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1968615 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.
Assignee | ||
Comment 1•26 days ago
|
||
Ah, so I think I see what's going on... What happens is that setting .columns causes us to recreate the frame tree, which for reasons loses the capture.
I think that's a separate bug tho. To test that we don't skip column-span: all
stuff, we could just move the .classList.add("fragment")
inside the startViewTransitionCallback()
. Would you be fine with that change matt, or would it somehow defeat the purpose of the test?
Assignee | ||
Comment 2•25 days ago
|
||
Matt reached out on slack (because he can't log into his bugzilla account r/n), and said that was fine.
Assignee | ||
Updated•25 days ago
|
Assignee | ||
Comment 3•24 days ago
|
||
Tweaking the columns property is causing a reframe which interrupts the
live capture. That's unrelated to what this test is checking tho.
Updated•24 days ago
|
Reporter | ||
Comment 5•24 days ago
|
||
Reporter | ||
Updated•24 days ago
|
Comment 7•24 days ago
•
|
||
Backed out for causing WR failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/56f25225e91a6e8d245dbe086935c41cf08a12a3
Failure log -> /css/css-view-transitions/column-span-during-transition-doesnt-skip.html
Assignee | ||
Updated•22 days ago
|
Comment 9•22 days ago
|
||
bugherder |
Reporter | ||
Comment 10•21 days ago
|
||
Description
•