Closed
Bug 1584422
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 19351 - html: Move autofocus tests to html/interatction/focus/the-autofocus-attribute/
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19351 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19351
Details from upstream follow.
Kent Tamura <tkent@chromium.org> wrote:
html: Move autofocus tests to html/interatction/focus/the-autofocus-attribute/
Change-Id: I6cfddfb6be9a4b23c767b50e920b9b3a758c8130
Reviewed-on: https://chromium-review.googlesource.com/1826749
WPT-Export-Revision: c3ed5c728cbadde0a716d22afa7aa9c63aa2c03f
Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Ran 20 tests and 25 subtests
OK : 19
PASS : 14[android-em-7.0-x86_64-debug-geckoview,android-em-7.0-x86_64-opt-geckoview,linux64-opt,linux64-qr-opt,windows10-64-debug,windows10-64-opt,windows10-64-qr-debug,windows10-64-qr-opt,windows7-32-debug,windows7-32-opt], 15[linux64-asan-opt,linux64-debug,linux64-qr-debug]
FAIL : 9[linux64-asan-opt,linux64-debug,linux64-qr-debug], 10[android-em-7.0-x86_64-debug-geckoview,android-em-7.0-x86_64-opt-geckoview,linux64-opt,linux64-qr-opt,windows10-64-debug,windows10-64-opt,windows10-64-qr-debug,windows10-64-qr-opt,windows7-32-debug,windows7-32-opt]
TIMEOUT: 2
New tests that have failures or other problems:
/html/interaction/focus/the-autofocus-attribute/autofocus-on-stable-document.html
Autofocus should work if an element with autofocus is inserted into a document which was loaded some time ago.: FAIL
/html/interaction/focus/the-autofocus-attribute/first-reconnected.html
The second autofocus element wins if the first autofocus element was disconnected and reconnected before flushing the autofocus candidates.: FAIL
/html/interaction/focus/the-autofocus-attribute/skip-document-with-fragment.html
Autofocus elements in iframed documents with URL fragments should be skipped.: FAIL
Autofocus elements in top-level browsing context's documents with URI fragments should be skipped.: FAIL
/html/interaction/focus/the-autofocus-attribute/skip-non-focusable.html
Non-focusable autofocus element is skipped.: FAIL
/html/interaction/focus/the-autofocus-attribute/spin-by-blocking-style-sheet.html: TIMEOUT
Script-blocking style sheet should pause flushing autofocus candidates.: TIMEOUT
/html/interaction/focus/the-autofocus-attribute/supported-elements.html
Contenteditable element should support autofocus: FAIL
Element with tabindex should support autofocus: FAIL
/html/interaction/focus/the-autofocus-attribute/update-the-rendering.html
"Flush autofocus candidates" should be happen after the first animation frame callbacks, and before a resize event in the next iteration of window event loop.: FAIL[android-em-7.0-x86_64-debug-geckoview,android-em-7.0-x86_64-opt-geckoview,linux64-opt,linux64-qr-opt,windows10-64-debug,windows10-64-opt,windows10-64-qr-debug,windows10-64-qr-opt,windows7-32-debug,windows7-32-opt]
Assignee | ||
Comment 4•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c6e2f393b71633a04f0bdce55c451d9c1153b66f
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7f975c36dcbb
[wpt PR 19351] - html: Move autofocus tests to html/interaction/focus/the-autofocus-attribute/, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/fde45f00d7ed
[wpt PR 19351] - Update wpt metadata, a=testonly
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7f975c36dcbb
https://hg.mozilla.org/mozilla-central/rev/fde45f00d7ed
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•