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,3 @@
[auto-expand-details-element-fragment.html]
[auto-expand-details-element-fragment]
expected: FAIL

View file

@ -0,0 +1,2 @@
[details-add-summary.html]
expected: FAIL

View file

@ -0,0 +1,33 @@
[abspos-dialog-layout.html]
[showModal() should center in the viewport]
expected: FAIL
[The dialog should be centered regardless of the presence of a horizontal scrollbar.]
expected: FAIL
[A tall dialog should be positioned at the top of the viewport.]
expected: FAIL
[Dialog should not recenter on relayout.]
expected: FAIL
[Dialog should be recentered if showModal() is called after removing 'open'.]
expected: FAIL
[Dialog should be recentered if showModal() is called after close()]
expected: FAIL
[A centered dialog's position should survive becoming display:none temporarily.]
expected: FAIL
[Dialog's specified position should survive after close() and showModal().]
expected: FAIL
[Centering should work when dialog is inside positioned containers.]
expected: FAIL
[Dialog should still be centered when removed, and re-added to the document.]
expected: FAIL
[Dialog should not still be centered when removed, and re-added to the document.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-descendant-selector.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-does-not-inherit.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-dynamic-style-change.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-in-flow.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-stacking-order.html]
expected: FAIL

View file

@ -0,0 +1,108 @@
[centering.html]
[horizontal-tb (container vertical-rl) (dialog horizontal-tb): tall viewport]
expected: FAIL
[vertical-rl (dialog horizontal-tb): tall viewport]
expected: FAIL
[vertical-rl (container horizontal-tb) (dialog vertical-rl): tall viewport]
expected: FAIL
[vertical-lr (dialog horizontal-tb): tall viewport]
expected: FAIL
[horizontal-tb (container vertical-rl): tall viewport]
expected: FAIL
[horizontal-tb: tall viewport]
expected: FAIL
[vertical-rl (container horizontal-tb): tall viewport]
expected: FAIL
[horizontal-tb: square viewport]
expected: FAIL
[horizontal-tb: wide viewport]
expected: FAIL
[vertical-lr: dialog bigger than viewport]
expected: FAIL
[vertical-rl: tall viewport]
expected: FAIL
[horizontal-tb: dialog bigger than viewport]
expected: FAIL
[vertical-lr: tall viewport]
expected: FAIL
[horizontal-tb: tall viewport, default-sizes: true]
expected: FAIL
[horizontal-tb: tall viewport, default-sizes: false]
expected: FAIL
[horizontal-tb: wide viewport, default-sizes: true]
expected: FAIL
[horizontal-tb: wide viewport, default-sizes: false]
expected: FAIL
[horizontal-tb: square viewport, default-sizes: true]
expected: FAIL
[horizontal-tb: square viewport, default-sizes: false]
expected: FAIL
[horizontal-tb: dialog and viewport match, default-sizes: false]
expected: FAIL
[vertical-rl: tall viewport, default-sizes: true]
expected: FAIL
[vertical-rl: tall viewport, default-sizes: false]
expected: FAIL
[vertical-lr: tall viewport, default-sizes: true]
expected: FAIL
[vertical-lr: tall viewport, default-sizes: false]
expected: FAIL
[vertical-rl (dialog horizontal-tb): tall viewport, default-sizes: true]
expected: FAIL
[vertical-rl (dialog horizontal-tb): tall viewport, default-sizes: false]
expected: FAIL
[vertical-lr (dialog horizontal-tb): tall viewport, default-sizes: true]
expected: FAIL
[vertical-lr (dialog horizontal-tb): tall viewport, default-sizes: false]
expected: FAIL
[horizontal-tb (container vertical-rl): tall viewport, default-sizes: true]
expected: FAIL
[horizontal-tb (container vertical-rl): tall viewport, default-sizes: false]
expected: FAIL
[vertical-rl (container horizontal-tb): tall viewport, default-sizes: true]
expected: FAIL
[vertical-rl (container horizontal-tb): tall viewport, default-sizes: false]
expected: FAIL
[horizontal-tb (container vertical-rl) (dialog horizontal-tb): tall viewport, default-sizes: true]
expected: FAIL
[horizontal-tb (container vertical-rl) (dialog horizontal-tb): tall viewport, default-sizes: false]
expected: FAIL
[vertical-rl (container horizontal-tb) (dialog vertical-rl): tall viewport, default-sizes: true]
expected: FAIL
[vertical-rl (container horizontal-tb) (dialog vertical-rl): tall viewport, default-sizes: false]
expected: FAIL

View file

@ -0,0 +1,6 @@
[default-color.html]
[<dialog> color and background match default]
expected: FAIL
[<dialog> colors react to dark mode]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dialog-close-event.html]
[Test that dialog receives a close event upon closing.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[dialog-focus-shadow-delegatesfocus.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[dialog-focus-shadow-double-nested.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[dialog-focus-shadow.html]
expected: ERROR

View file

@ -0,0 +1,6 @@
[dialog-focusing-steps-disconnected.html]
[dialog.show(): focusing steps should not change focus on disconnected <dialog>]
expected: FAIL
[dialog.showModal() should throw on disconnected <dialog>]
expected: FAIL

View file

@ -0,0 +1,6 @@
[dialog-focusing-steps-inert.html]
[dialog.show(): focusing steps should not change focus when dialog is inert]
expected: FAIL
[dialog.showModal(): focusing steps should apply focus fixup rule when dialog is inert]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dialog-inert.html]
[dialog-inert]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dialog-inert.tentative.html]
[dialog-inert]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dialog-open-2.html]
[Tests that dialog is visible after show() is called and not visible after close() is called.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[dialog-overlay-re-add-during-transition.html]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[dialog-overlay.html]
[dialog computed overlay initially 'none']
expected: FAIL
[Opening and closing a modal dialog changes computed overlay to 'auto' and back to 'none']
expected: FAIL

View file

@ -0,0 +1,3 @@
[dialog-show-modal.html]
[Tests that showModal() performs the steps specified in the HTML spec.]
expected: FAIL

View file

@ -0,0 +1,30 @@
[dialog-showModal.html]
[dialog element: showModal()]
expected: FAIL
[showModal() on a <dialog> that already has an open attribute throws an InvalidStateError exception]
expected: FAIL
[showModal() on a <dialog> after initial showModal() and removing the open attribute]
expected: FAIL
[showModal() on a <dialog> not in a Document throws an InvalidStateError exception]
expected: FAIL
[when opening multiple dialogs, only the newest one is non-inert]
expected: FAIL
[opening dialog without focusable children]
expected: FAIL
[opening dialog with multiple focusable children]
expected: FAIL
[opening dialog with multiple focusable children, one having the autofocus attribute]
expected: FAIL
[when opening multiple dialogs, the most recently opened is rendered on top]
expected: FAIL
[Although the document is not attached to any pages, showModal() should execute as normal.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fixed-position-child-with-contain-ancestor.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fixed-position-child-with-fo-ancestor.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fixed-position-child-with-transformed-ancestor.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fixed-position-child-with-will-change-ancestor.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[inert-focus-in-frames.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[inert-node-is-not-highlighted.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[inert-node-is-unfocusable.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[inert-node-is-unselectable.html]
[Test that inert nodes cannot be selected. The test passes if the only text you can select is inside the dialog.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[inertness-with-modal-dialogs-and-iframes.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[modal-dialog-backdrop.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[modal-dialog-display-contents.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[modal-dialog-generated-content.html]
expected: FAIL

View file

@ -0,0 +1,9 @@
[modal-dialog-in-visibility-hidden.html]
[Non-modal dialog should let parent visibility inherit]
expected: FAIL
[Modal dialog should have visibility: visible by default in UA sheet]
expected: FAIL
[Modal dialog visibility should be overridable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[modal-dialog-scroll-height.html]
[dialogs should be centered before computing overflow.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[multiple-centered-dialogs.html]
[Test that multiple dialogs are centered properly.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[non-modal-dialog-layout.html]
[Tests layout of non-modal dialogs.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[remove-dialog-should-unblock-document.html]
[Test that removing dialog unblocks the document.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[removed-element-is-removed-from-top-layer.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[submit-dialog-close-event.html]
[Tests submitting a dialog on a close event triggered by a previous submission.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[synthetic-click-inert.html]
[Test that inert nodes still get programmatic click events]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-containing-block.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-display-none.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-nesting.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-parent-clip.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-parent-filter.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-parent-mask.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-parent-opacity.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-parent-overflow-clip.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-parent-overflow-hidden.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-parent-overflow-scroll.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-parent-transform.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[top-layer-position.html]
[Verifies that position:static and position:relative computed to position:absolute in the top layer.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-stacking-correct-order-remove-readd.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-stacking-dynamic.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[top-layer-stacking.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[popup-anchor-element.tentative.html]
[popup anchor IDL property returns the anchor element]
expected: FAIL

View file

@ -0,0 +1,13 @@
[popup-element-basic.tentative.html]
[popup element exists]
expected: FAIL
[popup element basic show/hide behavior]
expected: FAIL
[The only visibility control for <popup> is through .show() and .hide().]
expected: FAIL
[The IDL "open" content attribute must have no effect, and must not be reflected to the WebIDL.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[popup-element-removal-2.tentative.html]
[Moving popup between documents shouldn't cause issues]
expected: FAIL

View file

@ -0,0 +1,3 @@
[popup-element-removal.tentative.html]
[Removal from the document shouldn't cause issues]
expected: FAIL

View file

@ -0,0 +1,45 @@
[popup-focus.tentative.html]
[Popup focus test: default behavior - popup is not focused]
expected: FAIL
[Popup focus test: autofocus popup]
expected: FAIL
[Popup focus test: autofocus empty popup]
expected: FAIL
[Popup focus test: autofocus popup with button]
expected: FAIL
[Popup focus test: autofocus child]
expected: FAIL
[Popup focus test: autofocus on tabindex=0 element]
expected: FAIL
[Popup focus test: autofocus multiple children]
expected: FAIL
[Popup focus test: autofocus popup and multiple autofocus children]
expected: FAIL
[Popup focus test: delegatesfocus popup]
expected: FAIL
[Popup focus test: delegatesfocus takes precedence over autofocus]
expected: FAIL
[Popup focus test: delegatesfocus takes precedence over autofocus 2]
expected: FAIL
[Popup focus test: delegatesfocus on empty popup has no effect]
expected: FAIL
[Popup focus test: delegatesfocus on child has no effect]
expected: FAIL
[Popup focus test: delegatesfocus skips contained popups]
expected: FAIL
[Popup focus test: delegatesfocus skips contained dialogs]
expected: FAIL

View file

@ -0,0 +1,2 @@
[popup-hidden-display.tentative.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[popup-initiallyopen-2.tentative.html]
[The initiallyopen attribute should cause only the first popup to open]
expected: FAIL

View file

@ -0,0 +1,2 @@
[popup-initiallyopen-display.tentative.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[popup-initiallyopen.tentative.html]
[The initiallyopen attribute should affect page load only]
expected: FAIL

View file

@ -0,0 +1,4 @@
[popup-light-dismiss-on-scroll.tentative.html]
[Scrolling light-dismisses all popups]
expected: FAIL

View file

@ -0,0 +1,2 @@
[popup-open-display.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[popup-open-overflow-display.tentative.html]
expected: FAIL

View file

@ -0,0 +1,7 @@
[popup-open.tentative.html]
[On setting, the content open attribute must be removed if the IDL open attribute is set to false, and must be present if the IDL open attribute is set to true.]
expected: FAIL
[The IDL open attribute must return true if the content open attribute is set, and false if it is absent.]
expected: FAIL

View file

@ -0,0 +1,15 @@
[popup-shadow-dom.tentative.html]
[anchor references use the DOM tree not the flat tree]
expected: FAIL
[The popup stack is preserved across shadow-inclusive ancestors]
expected: FAIL
[Popups located inside shadow DOM can still be shown]
expected: FAIL
[anchor references do not cross shadow boundaries]
expected: FAIL
[anchor references use the flat tree not the DOM tree]
expected: FAIL

View file

@ -0,0 +1,2 @@
[popup-stacking-context.tentative.html]
expected: FAIL

View file

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