[wpt-sync] Sync PR 52339 - cc/vt: Another speculative fix for view-transition-types-mutable-no-document-element-crashtest.html
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
Sync web-platform-tests PR 52339 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52339
Details from upstream follow.
Vladimir Levin <vmpstr@chromium.org> wrote:
cc/vt: Another speculative fix for view-transition-types-mutable-no-document-element-crashtest.html
This patch does the following:
- Wait for the compositor to be ready before running a VT test.
This passes with 500 runs (100 iterations / 5 each).
Bug: 413305967
Change-Id: Ibe37db724777d885e812f1fd2c6f3d41a1c861b5
Reviewed-on: https://chromium-review.googlesource.com/6506166
WPT-Export-Revision: 34b9a8a2ca6414a0abf3d8a1a050b76a1b654222
Assignee | ||
Comment 1•7 days ago
|
||
Assignee | ||
Updated•7 days ago
|
Assignee | ||
Comment 2•6 days ago
|
||
Assignee | ||
Comment 3•6 days ago
|
||
CI Results
Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
PASS
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-view-transitions/view-transition-types-mutable-no-document-element-crashtest.html [wpt.fyi]
- ViewTransitionTypeSet should not crash when documentElement is null:
FAIL
linked bug:Bug 1964188
- ViewTransitionTypeSet should not crash when documentElement is null:
New Tests That Don't Pass
- /css/css-view-transitions/view-transition-types-mutable-no-document-element-crashtest.html [wpt.fyi]
- ViewTransitionTypeSet should not crash when documentElement is null:
FAIL
(Chrome:PASS
, Safari:PASS
)
- ViewTransitionTypeSet should not crash when documentElement is null:
Assignee | ||
Comment 4•8 hours ago
|
||
Automatic update from web-platform-tests
cc/vt: Another speculative fix for view-transition-types-mutable-no-document-element-crashtest.html
This patch does the following:
- Wait for the compositor to be ready before running a VT test.
This passes with 500 runs (100 iterations / 5 each).
Bug: 413305967
Change-Id: Ibe37db724777d885e812f1fd2c6f3d41a1c861b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6506166
Commit-Queue: Vladimir Levin <vmpstr@chromium.org>
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1455716}
--
wpt-commits: d8b209ae839eadb200ffd2ccd60bdcd23c652ccc
wpt-pr: 52339
Description
•