diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2024-05-19 13:33:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-19 17:33:02 +0000 |
commit | b44d064fae0d96b7564912a10187768f3f4203c4 (patch) | |
tree | f6489c8ef4ab830a44bf939f6a2182cd51b66c8e /tests/wpt/meta/html | |
parent | 8868c1372ba615bd5e74c3881d8a60f2f90062b1 (diff) | |
download | servo-b44d064fae0d96b7564912a10187768f3f4203c4.tar.gz servo-b44d064fae0d96b7564912a10187768f3f4203c4.zip |
Update web-platform-tests to revision b'cb53e377321267af4f5a1f05b3b851aab6fa8ede' (#32313)
Diffstat (limited to 'tests/wpt/meta/html')
34 files changed, 126 insertions, 29 deletions
diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/empty-iframe-load-event.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/empty-iframe-load-event.html.ini new file mode 100644 index 00000000000..3e07e6b7d1f --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/empty-iframe-load-event.html.ini @@ -0,0 +1,6 @@ +[empty-iframe-load-event.html] + [Check execution order from nested timeout] + expected: FAIL + + [Check execution order on load handler] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-cross-origin.sub.window.js.ini b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-cross-origin.sub.window.js.ini new file mode 100644 index 00000000000..4ecd6d9f753 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-cross-origin.sub.window.js.ini @@ -0,0 +1,3 @@ +[navigation-unload-cross-origin.sub.window.html] + [Cross-origin navigation started from unload handler must be ignored] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/remote-context-helper-tests/addFrame.window.js.ini b/tests/wpt/meta/html/browsers/browsing-the-web/remote-context-helper-tests/addFrame.window.js.ini new file mode 100644 index 00000000000..bed5ec8f703 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/remote-context-helper-tests/addFrame.window.js.ini @@ -0,0 +1,4 @@ +[addFrame.window.html] + expected: TIMEOUT + [RemoteContextWrapper addFrame] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini b/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini index 7a5fcb79165..d6188c03424 100644 --- a/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini +++ b/tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_4.html.ini @@ -1,3 +1,3 @@ -[traverse_the_history_5.html] +[traverse_the_history_4.html] [Multiple history traversals, last would be aborted] expected: FAIL diff --git a/tests/wpt/meta/html/browsers/windows/embedded-opener-remove-frame.html.ini b/tests/wpt/meta/html/browsers/windows/embedded-opener-remove-frame.html.ini index 613bed9352d..c43a5aa58f3 100644 --- a/tests/wpt/meta/html/browsers/windows/embedded-opener-remove-frame.html.ini +++ b/tests/wpt/meta/html/browsers/windows/embedded-opener-remove-frame.html.ini @@ -1,7 +1,6 @@ [embedded-opener-remove-frame.html] - expected: CRASH [opener of discarded nested browsing context] expected: FAIL [opener of discarded auxiliary browsing context] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/path-objects/2d.path.roundrect.1.radius.dompoint.single argument.html.ini b/tests/wpt/meta/html/canvas/element/path-objects/2d.path.roundrect.1.radius.dompoint.single.argument.html.ini index d35db031e54..370e3fedf5b 100644 --- a/tests/wpt/meta/html/canvas/element/path-objects/2d.path.roundrect.1.radius.dompoint.single argument.html.ini +++ b/tests/wpt/meta/html/canvas/element/path-objects/2d.path.roundrect.1.radius.dompoint.single.argument.html.ini @@ -1,3 +1,3 @@ -[2d.path.roundrect.1.radius.dompoint.single argument.html] +[2d.path.roundrect.1.radius.dompoint.single.argument.html] [Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.] expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/text/2d.text.measure.advances.html.ini b/tests/wpt/meta/html/canvas/element/text/2d.text.measure.advances.html.ini deleted file mode 100644 index b02749afbf1..00000000000 --- a/tests/wpt/meta/html/canvas/element/text/2d.text.measure.advances.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.text.measure.advances.html] - [Testing width advances] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/text/2d.text.measure.selection-rects-baselines.tentative.html.ini b/tests/wpt/meta/html/canvas/element/text/2d.text.measure.selection-rects-baselines.tentative.html.ini new file mode 100644 index 00000000000..73cf594304d --- /dev/null +++ b/tests/wpt/meta/html/canvas/element/text/2d.text.measure.selection-rects-baselines.tentative.html.ini @@ -0,0 +1,3 @@ +[2d.text.measure.selection-rects-baselines.tentative.html] + [Check that TextMetrics::getSelectionRects() works correctly with textBaseline.] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/text/2d.text.measure.selection-rects-exceptions.tentative.html.ini b/tests/wpt/meta/html/canvas/element/text/2d.text.measure.selection-rects-exceptions.tentative.html.ini new file mode 100644 index 00000000000..de4436e96b4 --- /dev/null +++ b/tests/wpt/meta/html/canvas/element/text/2d.text.measure.selection-rects-exceptions.tentative.html.ini @@ -0,0 +1,3 @@ +[2d.text.measure.selection-rects-exceptions.tentative.html] + [Check that TextMetrics::getSelectionRects() throws when using invalid indexes.] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/text/2d.text.measure.selection-rects.tentative.html.ini b/tests/wpt/meta/html/canvas/element/text/2d.text.measure.selection-rects.tentative.html.ini new file mode 100644 index 00000000000..bd83dffdce1 --- /dev/null +++ b/tests/wpt/meta/html/canvas/element/text/2d.text.measure.selection-rects.tentative.html.ini @@ -0,0 +1,3 @@ +[2d.text.measure.selection-rects.tentative.html] + [Check that TextMetrics::getSelectionRects() matches its DOM equivalent.] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/historical.any.js.ini b/tests/wpt/meta/html/canvas/historical.any.js.ini new file mode 100644 index 00000000000..9c277a16635 --- /dev/null +++ b/tests/wpt/meta/html/canvas/historical.any.js.ini @@ -0,0 +1,8 @@ +[historical.any.html] + [OffscreenCanvasRenderingContext2D.commit method is removed] + expected: FAIL + + +[historical.any.worker.html] + [OffscreenCanvasRenderingContext2D.commit method is removed] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.single argument.html.ini b/tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.single.argument.html.ini index d35db031e54..370e3fedf5b 100644 --- a/tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.single argument.html.ini +++ b/tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.single.argument.html.ini @@ -1,3 +1,3 @@ -[2d.path.roundrect.1.radius.dompoint.single argument.html] +[2d.path.roundrect.1.radius.dompoint.single.argument.html] [Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.] expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.single argument.worker.js.ini b/tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.single.argument.worker.js.ini index f3aed6c669f..8d80ad836c6 100644 --- a/tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.single argument.worker.js.ini +++ b/tests/wpt/meta/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.single.argument.worker.js.ini @@ -1,3 +1,3 @@ -[2d.path.roundrect.1.radius.dompoint.single argument.worker.html] +[2d.path.roundrect.1.radius.dompoint.single.argument.worker.html] [Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.] expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances-not-defined.html.ini b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances-not-defined.html.ini new file mode 100644 index 00000000000..ce39bad4c0e --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances-not-defined.html.ini @@ -0,0 +1,3 @@ +[2d.text.measure.advances-not-defined.html] + [Testing that TextMetrics.advances is not defined] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances-not-defined.worker.js.ini b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances-not-defined.worker.js.ini new file mode 100644 index 00000000000..327a3c86a01 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances-not-defined.worker.js.ini @@ -0,0 +1,3 @@ +[2d.text.measure.advances-not-defined.worker.html] + [Testing that TextMetrics.advances is not defined] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances.html.ini b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances.html.ini deleted file mode 100644 index bc157b5d8a5..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.text.measure.advances.html] - [Testing width advances for OffscreenCanvas] - expected: FAIL - - [Testing width advances] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances.worker.js.ini b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances.worker.js.ini deleted file mode 100644 index 6be6240a0bf..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.advances.worker.js.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.text.measure.advances.worker.html] - [Testing width advances for OffscreenCanvas] - expected: FAIL - - [Testing width advances] - expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-baselines.tentative.html.ini b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-baselines.tentative.html.ini new file mode 100644 index 00000000000..73cf594304d --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-baselines.tentative.html.ini @@ -0,0 +1,3 @@ +[2d.text.measure.selection-rects-baselines.tentative.html] + [Check that TextMetrics::getSelectionRects() works correctly with textBaseline.] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-baselines.tentative.worker.js.ini b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-baselines.tentative.worker.js.ini new file mode 100644 index 00000000000..d57e2b7b7c7 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-baselines.tentative.worker.js.ini @@ -0,0 +1,3 @@ +[2d.text.measure.selection-rects-baselines.tentative.worker.html] + [Check that TextMetrics::getSelectionRects() works correctly with textBaseline.] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-exceptions.tentative.html.ini b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-exceptions.tentative.html.ini new file mode 100644 index 00000000000..de4436e96b4 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-exceptions.tentative.html.ini @@ -0,0 +1,3 @@ +[2d.text.measure.selection-rects-exceptions.tentative.html] + [Check that TextMetrics::getSelectionRects() throws when using invalid indexes.] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-exceptions.tentative.worker.js.ini b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-exceptions.tentative.worker.js.ini new file mode 100644 index 00000000000..4800272c806 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects-exceptions.tentative.worker.js.ini @@ -0,0 +1,3 @@ +[2d.text.measure.selection-rects-exceptions.tentative.worker.html] + [Check that TextMetrics::getSelectionRects() throws when using invalid indexes.] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects.tentative.html.ini b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects.tentative.html.ini new file mode 100644 index 00000000000..bd83dffdce1 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/text/2d.text.measure.selection-rects.tentative.html.ini @@ -0,0 +1,3 @@ +[2d.text.measure.selection-rects.tentative.html] + [Check that TextMetrics::getSelectionRects() matches its DOM equivalent.] + expected: FAIL diff --git a/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/autofocus-dialog.html.ini b/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/autofocus-dialog.html.ini index fdc27d37788..830aeb8ae48 100644 --- a/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/autofocus-dialog.html.ini +++ b/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/autofocus-dialog.html.ini @@ -1,6 +1,7 @@ [autofocus-dialog.html] + expected: TIMEOUT [<dialog> can contain autofocus, without stopping page autofocus content from working] expected: FAIL [<dialog>-contained autofocus element gets focused when the dialog is shown] - expected: FAIL + expected: TIMEOUT diff --git a/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/supported-elements.html.ini b/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/supported-elements.html.ini index ddd65fdcec8..b680c14d61c 100644 --- a/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/supported-elements.html.ini +++ b/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/supported-elements.html.ini @@ -1,15 +1,19 @@ [supported-elements.html] + expected: TIMEOUT [Contenteditable element should support autofocus] expected: FAIL [Host element with delegatesFocus including no focusable descendants should be skipped] - expected: FAIL + expected: NOTRUN [Element with tabindex should support autofocus] - expected: FAIL + expected: TIMEOUT [Area element should support autofocus] - expected: FAIL + expected: NOTRUN [Host element with delegatesFocus should support autofocus] - expected: FAIL + expected: NOTRUN + + [Non-HTMLElement should not support autofocus] + expected: NOTRUN diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini index 24903b5f66f..d7d0d3ef89d 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini @@ -1,4 +1,4 @@ [iframe_sandbox_popups_escaping-1.html] expected: TIMEOUT [Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini index bbc1f35d8d9..5799e6c26cd 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini @@ -1,3 +1,3 @@ [iframe_sandbox_popups_nonescaping-1.html] [Check that popups from a sandboxed iframe do not escape the sandbox] - expected: FAIL + expected: NOTRUN diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini index d89a1691435..ff6467094b8 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-3.html.ini @@ -1,4 +1,3 @@ [iframe_sandbox_popups_nonescaping-3.html] - expected: TIMEOUT [Check that popups from a sandboxed iframe do not escape the sandbox] expected: FAIL diff --git a/tests/wpt/meta/html/semantics/forms/form-submission-0/constructing-form-data-set.html.ini b/tests/wpt/meta/html/semantics/forms/form-submission-0/constructing-form-data-set.html.ini index 678efa224a3..25a183e59ca 100644 --- a/tests/wpt/meta/html/semantics/forms/form-submission-0/constructing-form-data-set.html.ini +++ b/tests/wpt/meta/html/semantics/forms/form-submission-0/constructing-form-data-set.html.ini @@ -10,3 +10,6 @@ [Files in a text/plain form show up as File objects in the "formData" IDL attribute] expected: FAIL + + [The constructed FormData object should not contain an entry for the image submit button that was used to submit the form.] + expected: FAIL diff --git a/tests/wpt/meta/html/semantics/forms/form-submission-0/submit-entity-body.html.ini b/tests/wpt/meta/html/semantics/forms/form-submission-0/submit-entity-body.html.ini new file mode 100644 index 00000000000..3eaf883dc1a --- /dev/null +++ b/tests/wpt/meta/html/semantics/forms/form-submission-0/submit-entity-body.html.ini @@ -0,0 +1,40 @@ +[submit-entity-body.html] + expected: TIMEOUT + [form submission from form should navigate to url with x-www-form-urlencoded] + expected: NOTRUN + + [form submission from form should navigate to url with multipart/form-data] + expected: NOTRUN + + [form submission from form should navigate to url with text/plain] + expected: NOTRUN + + [form submission from button should navigate to url with x-www-form-urlencoded] + expected: NOTRUN + + [form submission from button should navigate to url with multipart/form-data] + expected: NOTRUN + + [form submission from button should navigate to url with text/plain] + expected: NOTRUN + + [form submission from input should navigate to url with x-www-form-urlencoded] + expected: NOTRUN + + [form submission from input should navigate to url with multipart/form-data] + expected: NOTRUN + + [form submission from input should navigate to url with text/plain] + expected: NOTRUN + + [form submission from submit input should contain submit button value] + expected: NOTRUN + + [form submission from submit button should contain submit button value] + expected: NOTRUN + + [form submission from image input should contain entries for its clicked coordinate] + expected: NOTRUN + + [form submission from image input should only contain entries for the submitter's clicked coordinate when multiple image inputs are present] + expected: NOTRUN diff --git a/tests/wpt/meta/html/semantics/forms/setCustomValidity-normalize-newlines.html.ini b/tests/wpt/meta/html/semantics/forms/setCustomValidity-normalize-newlines.html.ini new file mode 100644 index 00000000000..360f8d2699d --- /dev/null +++ b/tests/wpt/meta/html/semantics/forms/setCustomValidity-normalize-newlines.html.ini @@ -0,0 +1,3 @@ +[setCustomValidity-normalize-newlines.html] + [setCustomValidity should normalize newlines from the given error message] + expected: FAIL diff --git a/tests/wpt/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-dark-mode.tentative.html.ini b/tests/wpt/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-dark-mode.tentative.html.ini new file mode 100644 index 00000000000..5bc744af70b --- /dev/null +++ b/tests/wpt/meta/html/semantics/forms/the-select-element/stylable-select/select-appearance-dark-mode.tentative.html.ini @@ -0,0 +1,2 @@ +[select-appearance-dark-mode.tentative.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/semantics/forms/the-select-element/stylable-select/select-icon-color.tentative.html.ini b/tests/wpt/meta/html/semantics/forms/the-select-element/stylable-select/select-icon-color.tentative.html.ini new file mode 100644 index 00000000000..2369a8cf7cd --- /dev/null +++ b/tests/wpt/meta/html/semantics/forms/the-select-element/stylable-select/select-icon-color.tentative.html.ini @@ -0,0 +1,2 @@ +[select-icon-color.tentative.html] + expected: FAIL diff --git a/tests/wpt/meta/html/semantics/scripting-1/the-script-element/defer-script/async-script.html.ini b/tests/wpt/meta/html/semantics/scripting-1/the-script-element/defer-script/async-script.html.ini new file mode 100644 index 00000000000..6339abba6d9 --- /dev/null +++ b/tests/wpt/meta/html/semantics/scripting-1/the-script-element/defer-script/async-script.html.ini @@ -0,0 +1,4 @@ +[async-script.html?reload] + expected: ERROR + +[async-script.html?default] diff --git a/tests/wpt/meta/html/webappapis/scripting/event-loops/update-the-rendering-resize-autofocus.html.ini b/tests/wpt/meta/html/webappapis/scripting/event-loops/update-the-rendering-resize-autofocus.html.ini new file mode 100644 index 00000000000..7ae776c5145 --- /dev/null +++ b/tests/wpt/meta/html/webappapis/scripting/event-loops/update-the-rendering-resize-autofocus.html.ini @@ -0,0 +1,4 @@ +[update-the-rendering-resize-autofocus.html] + expected: TIMEOUT + [resize steps happen after autofocus, but before animation callbacks] + expected: NOTRUN |