[wpt-sync] Sync PR 38045 - VT: Rename domUpdated to updateCallbackDone
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38045 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38045
Details from upstream follow.
Vladimir Levin <vmpstr@chromium.org> wrote:
VT: Rename domUpdated to updateCallbackDone
This patch renames the promise as a result of the following resolution:
https://github.com/w3c/csswg-drafts/issues/8144R=khushalsagar@chromium.org, bokan@chromium.org
Change-Id: Ic0d4f3af2569462ccbf7e30fe258f0e52b21286e
Reviewed-on: https://chromium-review.googlesource.com/4178008
WPT-Export-Revision: febf4461f310ba4b0eed69f51582d3e8117e93cd
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 10 tests and 1 subtests
Status Summary
Firefox
OK : 10
FAIL: 10
Chrome
OK : 10
FAIL: 10
Safari
OK : 10
FAIL: 10
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-view-transitions/duplicate-tag-rejects-capture.html [wpt.fyi]
- Two different elements with the same name in the old DOM should skip the transition:
FAIL(Chrome:FAIL, Safari:FAIL)
- Two different elements with the same name in the old DOM should skip the transition:
- /css/css-view-transitions/duplicate-tag-rejects-start.html [wpt.fyi]
- Two different elements with the same name in the new DOM should skip the transition:
FAIL(Chrome:FAIL, Safari:FAIL)
- Two different elements with the same name in the new DOM should skip the transition:
- /css/css-view-transitions/no-containment-on-new-element-mid-transition.html [wpt.fyi]
- new element becoming uncontained should skip the transition:
FAIL(Chrome:FAIL, Safari:FAIL)
- new element becoming uncontained should skip the transition:
- /css/css-view-transitions/no-containment-on-new-element.html [wpt.fyi]
- uncontained new element should skip the transition:
FAIL(Chrome:FAIL, Safari:FAIL)
- uncontained new element should skip the transition:
- /css/css-view-transitions/no-containment-on-old-element.html [wpt.fyi]
- uncontained old element should skip the transition:
FAIL(Chrome:FAIL, Safari:FAIL)
- uncontained old element should skip the transition:
- /css/css-view-transitions/pseudo-computed-style-stays-in-sync-with-new-element.html [wpt.fyi]
- computed style on pseudo-element stays in sync with the DOM element:
FAIL(Chrome:FAIL, Safari:FAIL)
- computed style on pseudo-element stays in sync with the DOM element:
- /css/css-view-transitions/ready_resolves_after_dom_before_raf.html [wpt.fyi]
- updateCallbackDone resolves, then ready resolves with no rAF in between:
FAIL(Chrome:FAIL, Safari:FAIL)
- updateCallbackDone resolves, then ready resolves with no rAF in between:
- /css/css-view-transitions/synchronous-callback-skipped-before-run.html [wpt.fyi]
- finished promise should be resolved if skipTransition() is invoked before a synchronous updateCallbackDone callback is dispatched:
FAIL(Chrome:FAIL, Safari:FAIL)
- finished promise should be resolved if skipTransition() is invoked before a synchronous updateCallbackDone callback is dispatched:
- /css/css-view-transitions/transition-skipped-from-invalid-callback.html [wpt.fyi]
- transition skipped because callback has invalid syntax:
FAIL(Chrome:FAIL, Safari:FAIL)
- transition skipped because callback has invalid syntax:
- /css/css-view-transitions/unset-and-initial-view-transition-name.html [wpt.fyi]
- validates that view-transition-name: unset or initial are ignored:
FAIL(Chrome:FAIL, Safari:FAIL)
- validates that view-transition-name: unset or initial are ignored:
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c2b13963d364
https://hg.mozilla.org/mozilla-central/rev/e3ca632c80b5
Description
•