Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,2 @@
[modify.tentative.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[empty-elements.html]
[Selection can be placed inside the empty element]
expected: FAIL

View file

@ -0,0 +1,12 @@
[cefalse-on-boundaries.html]
[Selection can start on cE=false element at the beginning of the cE=true element]
expected: FAIL
[Selection can end on cE=false element at the end of the cE=true element]
expected: FAIL
[Selection can start and end on cE=false elements at the boundaries of cE=true element]
expected: FAIL
[Range#selectNodeContents() correctly select contents of cE=true element with cE=false elements on boundaries]
expected: FAIL

View file

@ -0,0 +1,10 @@
[collapse.html]
[Selection.collapse() must succeed for the ancestor]
expected: FAIL
[Selection.collapse() must succeed for the descendant]
expected: FAIL
[Selection.collapse() must succeed across siblings]
expected: FAIL

View file

@ -0,0 +1,443 @@
[initial-selection-on-focus.tentative.html?span]
[empty editor should set focus to start of it]
expected: FAIL
[editor should set selection to start of the text node]
expected: FAIL
[editor should set selection to before the <br> node]
expected: FAIL
[editor should set selection to before the first <br> node]
expected: FAIL
[editor should set selection to start of the text node in the <span> node]
expected: FAIL
[editor should set selection to before the <br> node in the <span> node]
expected: FAIL
[editor should set selection to before the first <br> node in the <span> node]
expected: FAIL
[editor should set selection to before the empty <span> node]
expected: FAIL
[editor should set selection to before the empty <b> node]
expected: FAIL
[editor should set selection to before the empty <i> node]
expected: FAIL
[editor should set selection to before the empty <u> node]
expected: FAIL
[editor should set selection to before the empty <s> node]
expected: FAIL
[editor should set selection to before the empty <code> node]
expected: FAIL
[editor should set selection to before the empty <a> node]
expected: FAIL
[editor should set selection to before the empty <foobar> node]
expected: FAIL
[editor should set selection to before the <input> node]
expected: FAIL
[editor should set selection to before the <img> node]
expected: FAIL
[editor should set selection to start of the text node in the second <span> node]
expected: FAIL
[editor should set selection to before the <br> node in the second <span> node]
expected: FAIL
[editor should set selection to start of the text node in the first <span> node #1]
expected: FAIL
[editor should set selection to start of the text node in the first <span> node #2]
expected: FAIL
[editor should set selection to before the <br> node in the first <span> node #1]
expected: FAIL
[editor should set selection to before the <br> node in the first <span> node #2]
expected: FAIL
[editor should set selection to start of the text node in the second <span> node since the text node in the first <span> node is only whitespaces]
expected: FAIL
[editor should set selection to before the <br> node in the second <span> node since the text node in the first <span> node is only whitespaces]
expected: FAIL
[editor should set selection to start of the text node in the second <span> node even if there is a whitespace only text node before the first <span> node]
expected: FAIL
[editor should set selection to before the <br> node in the second <span> node even if there is a whitespace only text node before the first <span> node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node even if it has a text node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node even if it has a <br> node]
expected: FAIL
[editor should collapse selection before the non-editable empty <span> node followed by a text node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node having a text node and followed by another text node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node having a <br> node and followed by a text node]
expected: FAIL
[editor should collapse selection before the non-editable empty <span> node followed by a <br> node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node having text node and followed by a <br> node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node having a <br> node and followed by another <br> node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node before first editable text node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node having a text node before first editable text node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node having a <br> node before first editable text node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node before first editable <br> node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node having a text node before first editable <br> node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node having a <br> node before first editable <br> node]
expected: FAIL
[editor should collapse selection to the first editable text node in the first <span> node even if followed by a non-editable node]
expected: FAIL
[editor should collapse selection to the first editable text node in the first <span> node even if followed by a non-editable node having another text node]
expected: FAIL
[editor should collapse selection to the first editable text node in the first <span> node even if followed by a non-editable node having a <br> node]
expected: FAIL
[editor should collapse selection to the first editable <br> node in the first <span> node even if followed by a non-editable node]
expected: FAIL
[editor should collapse selection to the first editable <br> node in the first <span> node even if followed by a non-editable node having a text node]
expected: FAIL
[editor should collapse selection to the first editable <br> node in the first <span> node even if followed by a non-editable node having a <br> node]
expected: FAIL
[editor should collapse selection to start of itself if first content is an input element]
expected: FAIL
[editor should collapse selection to start of itself if first content is an textarea element]
expected: FAIL
[initial-selection-on-focus.tentative.html?div]
[empty editor should set focus to start of it]
expected: FAIL
[editor should set selection to start of the text node]
expected: FAIL
[editor should set selection to before the <br> node]
expected: FAIL
[editor should set selection to before the first <br> node]
expected: FAIL
[editor should set selection to start of the text node in the <p> node]
expected: FAIL
[editor should set selection to start of the first visible character in the text node in the <p> node]
expected: FAIL
[editor should set selection to start of the text node in the <p> node because of preformatted white-space]
expected: FAIL
[editor should set selection to start of the text node in the <p> node because of preformatted line break]
expected: FAIL
[editor should set selection to before the <br> node in the <p> node]
expected: FAIL
[editor should set selection to before the first <br> node in the <p> node]
expected: FAIL
[editor should set selection to start of the text node in the <span> node]
expected: FAIL
[editor should set selection to before the <br> node in the <span> node]
expected: FAIL
[editor should set selection to before the first <br> node in the <span> node]
expected: FAIL
[editor should set selection to before the empty <span> node]
expected: FAIL
[editor should set selection to before the empty <b> node]
expected: FAIL
[editor should set selection to before the empty <i> node]
expected: FAIL
[editor should set selection to before the empty <u> node]
expected: FAIL
[editor should set selection to before the empty <s> node]
expected: FAIL
[editor should set selection to before the empty <code> node]
expected: FAIL
[editor should set selection to before the empty <a> node]
expected: FAIL
[editor should set selection to before the empty <foobar> node]
expected: FAIL
[editor should set selection to before the <input> node]
expected: FAIL
[editor should set selection to before the <img> node]
expected: FAIL
[editor should set selection to start of the text node in the second <span> node]
expected: FAIL
[editor should set selection to before the <br> node in the second <span> node]
expected: FAIL
[editor should set selection to start of the text node in the first <span> node #1]
expected: FAIL
[editor should set selection to start of the text node in the first <span> node #2]
expected: FAIL
[editor should set selection to before the <br> node in the first <span> node #1]
expected: FAIL
[editor should set selection to before the <br> node in the first <span> node #2]
expected: FAIL
[editor should set selection to start of the text node in the second <span> node since the text node in the first <span> node is only whitespaces]
expected: FAIL
[editor should set selection to before the <br> node in the second <span> node since the text node in the first <span> node is only whitespaces]
expected: FAIL
[editor should set selection to start of the text node in the second <span> node even if there is a whitespace only text node before the first <span> node]
expected: FAIL
[editor should set selection to before the <br> node in the second <span> node even if there is a whitespace only text node before the first <span> node]
expected: FAIL
[editor should set selection to start of the text node in the second <p> node following the empty <p> node]
expected: FAIL
[editor should set selection to start of the text node in the second <p> node following another <p> node containing only a comment node]
expected: FAIL
[editor should set selection to before the <br> node in the second <p> node]
expected: FAIL
[editor should set selection to start of the text node in the first <p> node #1]
expected: FAIL
[editor should set selection to start of the text node in the first <p> node #2]
expected: FAIL
[editor should set selection to before the <br> node in the first <p> node #1]
expected: FAIL
[editor should set selection to before the <br> node in the first <p> node #2]
expected: FAIL
[editor should set selection to start of the text node in the second <p> node since the text node in the first <p> node is only whitespaces]
expected: FAIL
[editor should set selection to start of the text node in the first <p> node whose white-spaces are preformatted]
expected: FAIL
[editor should set selection to start of the text node in the first <p> node whose line breaks are preformatted]
expected: FAIL
[editor should set selection to before the <br> node in the second <p> node since the text node in the first <p> node is only whitespaces]
expected: FAIL
[editor should set selection to start of the text node in the second <p> node even if there is a whitespace only text node before the first <p> node]
expected: FAIL
[editor should set selection to before the <br> node in the second <p> node even if there is a whitespace only text node before the first <p> node]
expected: FAIL
[editor should set selection to start of the text node in the <span> node in the second <p> node]
expected: FAIL
[editor should set selection to before the <br> node in the <span> node in the second <p> node]
expected: FAIL
[editor should set selection to start of the text node in the <span> node in the first <p> node #1]
expected: FAIL
[editor should set selection to start of the text node in the <span> node in the first <p> node #2]
expected: FAIL
[editor should set selection to before the <br> node in the <span> node in the first <p> node #1]
expected: FAIL
[editor should set selection to before the <br> node in the <span> node in the first <p> node #2]
expected: FAIL
[editor should collapse selection before the non-editable <span> node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node even if it has a text node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node even if it has a <br> node]
expected: FAIL
[editor should collapse selection before the non-editable empty <span> node followed by a text node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node having a text node and followed by another text node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node having a <br> node and followed by a text node]
expected: FAIL
[editor should collapse selection before the non-editable empty <span> node followed by a <br> node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node having text node and followed by a <br> node]
expected: FAIL
[editor should collapse selection before the non-editable <span> node having a <br> node and followed by another <br> node]
expected: FAIL
[editor should collapse selection before the non-editable empty <p> node followed by a text node]
expected: FAIL
[editor should collapse selection before the non-editable <p> node having a text node and followed by another text node]
expected: FAIL
[editor should collapse selection before the non-editable <p> node having a <br> node and followed by a text node]
expected: FAIL
[editor should collapse selection before the non-editable empty <p> node followed by a <br> node]
expected: FAIL
[editor should collapse selection before the non-editable <p> node having text node and followed by a <br> node]
expected: FAIL
[editor should collapse selection before the non-editable <p> node having a <br> node and followed by another <br> node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node before first editable text node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node having a text node before first editable text node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node having a <br> node before first editable text node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node before first editable <br> node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node having a text node before first editable <br> node]
expected: FAIL
[editor should collapse selection to start of itself when there is only empty inline elements before the non-editable node having a <br> node before first editable <br> node]
expected: FAIL
[editor should collapse selection to start of the first dive element when there is only empty inline elements before the non-editable node before first editable text node]
expected: FAIL
[editor should collapse selection to start of the first dive element when there is only empty inline elements before the non-editable node having a text node before first editable text node]
expected: FAIL
[editor should collapse selection to start of the first dive element when there is only empty inline elements before the non-editable node having a <br> node before first editable text node]
expected: FAIL
[editor should collapse selection to start of the first dive element when there is only empty inline elements before the non-editable node before first editable <br> node]
expected: FAIL
[editor should collapse selection to start of the first dive element when there is only empty inline elements before the non-editable node having a text node before first editable <br> node]
expected: FAIL
[editor should collapse selection to start of the first dive element when there is only empty inline elements before the non-editable node having a <br> node before first editable <br> node]
expected: FAIL
[editor should collapse selection to the first editable text node in the first <span> node even if followed by a non-editable node]
expected: FAIL
[editor should collapse selection to the first editable text node in the first <span> node even if followed by a non-editable node having another text node]
expected: FAIL
[editor should collapse selection to the first editable text node in the first <span> node even if followed by a non-editable node having a <br> node]
expected: FAIL
[editor should collapse selection to the first editable <br> node in the first <span> node even if followed by a non-editable node]
expected: FAIL
[editor should collapse selection to the first editable <br> node in the first <span> node even if followed by a non-editable node having a text node]
expected: FAIL
[editor should collapse selection to the first editable <br> node in the first <span> node even if followed by a non-editable node having a <br> node]
expected: FAIL
[editor should collapse selection to the first editable text node in the first <p> node even if followed by a non-editable node]
expected: FAIL
[editor should collapse selection to the first editable text node in the first <p> node even if followed by a non-editable node having another text node]
expected: FAIL
[editor should collapse selection to the first editable text node in the first <p> node even if followed by a non-editable node having a <br> node]
expected: FAIL
[editor should collapse selection to the first editable <br> node in the first <p> node even if followed by a non-editable node]
expected: FAIL
[editor should collapse selection to the first editable <br> node in the first <p> node even if followed by a non-editable node having a text node]
expected: FAIL
[editor should collapse selection to the first editable <br> node in the first <p> node even if followed by a non-editable node having a <br> node]
expected: FAIL
[editor should collapse selection to start of itself if first content is an input element]
expected: FAIL
[editor should collapse selection to start of itself if first content is an hr element]
expected: FAIL
[editor should collapse selection to start of itself if first content is an textarea element]
expected: FAIL
[editor should collapse selection to the input element]
expected: FAIL
[editor should collapse selection to the hr element]
expected: FAIL
[editor should collapse selection to the textarea element]
expected: FAIL

View file

@ -0,0 +1,4 @@
[modify.tentative.html]
expected: ERROR
[Selection.modify() must not select outside of the host]
expected: FAIL

View file

@ -0,0 +1,33 @@
[idlharness.window.html]
[Selection interface: operation modify(optional DOMString, optional DOMString, optional DOMString)]
expected: FAIL
[Selection interface: getSelection() must inherit property "modify(optional DOMString, optional DOMString, optional DOMString)" with the proper type]
expected: FAIL
[Selection interface: calling modify(optional DOMString, optional DOMString, optional DOMString) on getSelection() with too few arguments must throw TypeError]
expected: FAIL
[Selection interface: operation getComposedRange(ShadowRoot...)]
expected: FAIL
[Selection interface: getSelection() must inherit property "getComposedRange(ShadowRoot...)" with the proper type]
expected: FAIL
[Selection interface: calling getComposedRange(ShadowRoot...) on getSelection() with too few arguments must throw TypeError]
expected: FAIL
[Selection interface: attribute direction]
expected: FAIL
[Selection interface: operation getComposedRanges(ShadowRoot...)]
expected: FAIL
[Selection interface: getSelection() must inherit property "direction" with the proper type]
expected: FAIL
[Selection interface: getSelection() must inherit property "getComposedRanges(ShadowRoot...)" with the proper type]
expected: FAIL
[Selection interface: calling getComposedRanges(ShadowRoot...) on getSelection() with too few arguments must throw TypeError]
expected: FAIL

View file

@ -0,0 +1,3 @@
[modify-extend-word-trailing-inline-block.tentative.html]
[Selection.modify: Extending a word towards the end of a line ended by an inline-block.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[modify-line-flex-column.tentative.html]
[forward]
expected: FAIL
[backward]
expected: FAIL

View file

@ -0,0 +1,6 @@
[modify-line-flex-row.tentative.html]
[forward]
expected: FAIL
[backward]
expected: FAIL

View file

@ -0,0 +1,6 @@
[modify-line-grid-basic.tentative.html]
[forward]
expected: FAIL
[backward]
expected: FAIL

View file

@ -0,0 +1,22 @@
[modify.tentative.html]
[Stop at previous word boundary when whitespaces are trimmed]
expected: FAIL
[Jump linefeed forward]
expected: FAIL
[Jump linefeed backward]
expected: FAIL
[Jump <br> forward]
expected: FAIL
[Jump <br> backward]
expected: FAIL
[Jump <br> forward which follows a linefeed]
expected: FAIL
[Jump <br> backward which follows a linefeed]
expected: FAIL

View file

@ -0,0 +1,3 @@
[onselectionchange-content-attribute.html]
[handler set from parser]
expected: FAIL

View file

@ -0,0 +1,2 @@
[selectionchange-bubble.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[selectionchange.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[selectionchange.tentative.html]
expected: ERROR