[wpt-sync] Sync PR 53038 - [soft navs] Refactor dom.html to use soft-navigation-test-helper.js
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox142 fixed)
| Tracking | Status | |
|---|---|---|
| firefox142 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53038 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53038
Details from upstream follow.
Johannes Henkel <johannes@chromium.org> wrote:
[soft navs] Refactor dom.html to use soft-navigation-test-helper.js
Tries to make this test slightly more robust (perhaps less polling than
with the t.step_wait scheme?) by using the getPerformanceEntries +
withTimeoutMessage helpers.Also, mark the test as slow test for now, and record this in a bug so
that we may later remove it from there.Change-Id: Id2345be21d42786f2504e8bc6d9ddb68756e2291
Bug: 423705202
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6631139
Commit-Queue: Johannes Henkel \<johannes@chromium.org>
Reviewed-by: Scott Haseley \<shaseley@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1471548}
| Assignee | ||
Comment 1•7 months ago
|
||
| Assignee | ||
Comment 2•6 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 8 subtests
Status Summary
Firefox
FAIL : 3
TIMEOUT: 2
NOTRUN : 4
Chrome
OK : 1
PASS : 7
FAIL : 1
Safari
FAIL : 3
TIMEOUT: 2
NOTRUN : 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /soft-navigation-heuristics/smoke/tentative/dom.html [wpt.fyi]:
SKIP[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-linux1804-64-qr-debug,Gecko-linux1804-64-qr-opt,Gecko-windows11-32-24h2-debug,Gecko-windows11-32-24h2-opt,Gecko-windows11-64-24h2-debug,Gecko-windows11-64-24h2-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)- Soft Navigation Detection supports Element.innerHTML.:
FAIL(Chrome:PASS, Safari:FAIL) - Soft Navigation Detection supports Node.appendChild.:
FAIL(Chrome:PASS, Safari:FAIL) - Soft Navigation Detection supports Node.insertBefore.:
FAIL(Chrome:PASS, Safari:FAIL) - Soft Navigation Detection supports Document.importNode.:
TIMEOUT(Chrome:PASS, Safari:TIMEOUT) - Soft Navigation Detection supports Document.adoptNode.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - Soft Navigation Detection supports template elements.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - Soft Navigation Detection supports Element.innerText when it does not override existing text.:
NOTRUN(Chrome:PASS, Safari:NOTRUN) - Soft Navigation Detection supports Element.innerText when it overrides existing text.:
NOTRUN(Chrome:FAIL, Safari:NOTRUN)
- Soft Navigation Detection supports Element.innerHTML.:
Tests Disabled in Gecko Infrastructure
- /soft-navigation-heuristics/smoke/tentative/dom.html [wpt.fyi]:
SKIP[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-linux1804-64-qr-debug,Gecko-linux1804-64-qr-opt,Gecko-windows11-32-24h2-debug,Gecko-windows11-32-24h2-opt,Gecko-windows11-64-24h2-debug,Gecko-windows11-64-24h2-opt],TIMEOUT[GitHub] (Chrome:OK, Safari:TIMEOUT)
Comment 4•6 months ago
|
||
| bugherder | ||
Description
•