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 @@
[appearance-animation-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[appearance-transition-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[appearance-transition-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[appearance-transition-003.html]
expected: FAIL

View file

@ -0,0 +1,396 @@
[baseline-alignment-and-overflow.tentative.html]
[<input type="text" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="text" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="text" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="text" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="text" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="text" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="search" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="search" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="search" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="search" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="search" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="search" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="tel" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="url" value="data:,x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="email" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="email" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="email" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="email" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="email" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="email" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="password" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="password" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="password" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="password" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="password" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="password" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="date" value="2020-01-01" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="month" value="2020-01" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="week" value="2020-W01" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="time" value="00:00" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="datetime-local" value="2020-01-01T00:00" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="number" value="0" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="number" value="0" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="number" value="0" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="number" value="0" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="number" value="0" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="number" value="0" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="range" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="range" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="range" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="range" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="range" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="range" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="color" value="#000000" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="checkbox" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="checkbox" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="checkbox" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="checkbox" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="checkbox" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="checkbox" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="radio" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="radio" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="radio" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="radio" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="radio" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="radio" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="file" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="file" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="file" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="file" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="file" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="file" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="submit" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="image" src="data:,broken" alt="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="image" src="data:(png)" alt="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="reset" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL
[<input type="button" value="x" style="overflow: visible; appearance: auto;">]
expected: FAIL
[<input type="button" value="x" style="overflow: hidden; appearance: auto;">]
expected: FAIL
[<input type="button" value="x" style="overflow: scroll; appearance: auto;">]
expected: FAIL
[<input type="button" value="x" style="overflow: visible; appearance: none;">]
expected: FAIL
[<input type="button" value="x" style="overflow: hidden; appearance: none;">]
expected: FAIL
[<input type="button" value="x" style="overflow: scroll; appearance: none;">]
expected: FAIL

View file

@ -0,0 +1,297 @@
[computed-style.html]
[computed display of <input type=reset> with display: contents]
expected: FAIL
[computed display of <input type=button> with display: contents]
expected: FAIL
[computed display of <input type=submit> with display: contents]
expected: FAIL
[computed display of <input type=color> with display: contents]
expected: FAIL
[computed display of <input type=reset> with display: grid]
expected: FAIL
[computed display of <input type=button> with display: grid]
expected: FAIL
[computed display of <input type=submit> with display: grid]
expected: FAIL
[computed display of <input type=color> with display: grid]
expected: FAIL
[computed display of <button type=submit> with display: grid]
expected: FAIL
[computed display of <input type=reset> with display: ruby]
expected: FAIL
[computed display of <input type=button> with display: ruby]
expected: FAIL
[computed display of <input type=submit> with display: ruby]
expected: FAIL
[computed display of <input type=color> with display: ruby]
expected: FAIL
[computed display of <button type=submit> with display: ruby]
expected: FAIL
[computed display of <input type=reset> with display: ruby-base]
expected: FAIL
[computed display of <input type=button> with display: ruby-base]
expected: FAIL
[computed display of <input type=submit> with display: ruby-base]
expected: FAIL
[computed display of <input type=color> with display: ruby-base]
expected: FAIL
[computed display of <button type=submit> with display: ruby-base]
expected: FAIL
[computed display of <input type=reset> with display: ruby-text]
expected: FAIL
[computed display of <input type=button> with display: ruby-text]
expected: FAIL
[computed display of <input type=submit> with display: ruby-text]
expected: FAIL
[computed display of <input type=color> with display: ruby-text]
expected: FAIL
[computed display of <button type=submit> with display: ruby-text]
expected: FAIL
[computed display of <input type=reset> with display: ruby-base-container]
expected: FAIL
[computed display of <input type=button> with display: ruby-base-container]
expected: FAIL
[computed display of <input type=submit> with display: ruby-base-container]
expected: FAIL
[computed display of <input type=color> with display: ruby-base-container]
expected: FAIL
[computed display of <button type=submit> with display: ruby-base-container]
expected: FAIL
[computed display of <input type=reset> with display: ruby-text-container]
expected: FAIL
[computed display of <input type=button> with display: ruby-text-container]
expected: FAIL
[computed display of <input type=submit> with display: ruby-text-container]
expected: FAIL
[computed display of <input type=color> with display: ruby-text-container]
expected: FAIL
[computed display of <button type=submit> with display: ruby-text-container]
expected: FAIL
[computed display of <input type=reset> with display: inline-grid]
expected: FAIL
[computed display of <input type=button> with display: inline-grid]
expected: FAIL
[computed display of <input type=submit> with display: inline-grid]
expected: FAIL
[computed display of <input type=color> with display: inline-grid]
expected: FAIL
[computed display of <button type=submit> with display: inline-grid]
expected: FAIL
[computed display of <input type=reset> with display: table]
expected: FAIL
[computed display of <input type=button> with display: table]
expected: FAIL
[computed display of <input type=submit> with display: table]
expected: FAIL
[computed display of <input type=color> with display: table]
expected: FAIL
[computed display of <button type=submit> with display: table]
expected: FAIL
[computed display of <input type=reset> with display: inline-table]
expected: FAIL
[computed display of <input type=button> with display: inline-table]
expected: FAIL
[computed display of <input type=submit> with display: inline-table]
expected: FAIL
[computed display of <input type=color> with display: inline-table]
expected: FAIL
[computed display of <button type=submit> with display: inline-table]
expected: FAIL
[computed display of <input type=reset> with display: table-row-group]
expected: FAIL
[computed display of <input type=button> with display: table-row-group]
expected: FAIL
[computed display of <input type=submit> with display: table-row-group]
expected: FAIL
[computed display of <input type=color> with display: table-row-group]
expected: FAIL
[computed display of <button type=submit> with display: table-row-group]
expected: FAIL
[computed display of <input type=reset> with display: table-header-group]
expected: FAIL
[computed display of <input type=button> with display: table-header-group]
expected: FAIL
[computed display of <input type=submit> with display: table-header-group]
expected: FAIL
[computed display of <input type=color> with display: table-header-group]
expected: FAIL
[computed display of <button type=submit> with display: table-header-group]
expected: FAIL
[computed display of <input type=reset> with display: table-footer-group]
expected: FAIL
[computed display of <input type=button> with display: table-footer-group]
expected: FAIL
[computed display of <input type=submit> with display: table-footer-group]
expected: FAIL
[computed display of <input type=color> with display: table-footer-group]
expected: FAIL
[computed display of <button type=submit> with display: table-footer-group]
expected: FAIL
[computed display of <input type=reset> with display: table-row]
expected: FAIL
[computed display of <input type=button> with display: table-row]
expected: FAIL
[computed display of <input type=submit> with display: table-row]
expected: FAIL
[computed display of <input type=color> with display: table-row]
expected: FAIL
[computed display of <button type=submit> with display: table-row]
expected: FAIL
[computed display of <input type=reset> with display: table-column-group]
expected: FAIL
[computed display of <input type=button> with display: table-column-group]
expected: FAIL
[computed display of <input type=submit> with display: table-column-group]
expected: FAIL
[computed display of <input type=color> with display: table-column-group]
expected: FAIL
[computed display of <button type=submit> with display: table-column-group]
expected: FAIL
[computed display of <input type=reset> with display: table-column]
expected: FAIL
[computed display of <input type=button> with display: table-column]
expected: FAIL
[computed display of <input type=submit> with display: table-column]
expected: FAIL
[computed display of <input type=color> with display: table-column]
expected: FAIL
[computed display of <button type=submit> with display: table-column]
expected: FAIL
[computed display of <input type=reset> with display: table-cell]
expected: FAIL
[computed display of <input type=button> with display: table-cell]
expected: FAIL
[computed display of <input type=submit> with display: table-cell]
expected: FAIL
[computed display of <input type=color> with display: table-cell]
expected: FAIL
[computed display of <button type=submit> with display: table-cell]
expected: FAIL
[computed display of <input type=reset> with display: table-caption]
expected: FAIL
[computed display of <input type=button> with display: table-caption]
expected: FAIL
[computed display of <input type=submit> with display: table-caption]
expected: FAIL
[computed display of <input type=color> with display: table-caption]
expected: FAIL
[computed display of <button type=submit> with display: table-caption]
expected: FAIL
[computed display of <input type=reset> with display: flex]
expected: FAIL
[computed display of <input type=button> with display: flex]
expected: FAIL
[computed display of <input type=submit> with display: flex]
expected: FAIL
[computed display of <input type=color> with display: flex]
expected: FAIL
[computed display of <button type=submit> with display: flex]
expected: FAIL
[computed display of <input type=reset> with display: inline-flex]
expected: FAIL
[computed display of <input type=button> with display: inline-flex]
expected: FAIL
[computed display of <input type=submit> with display: inline-flex]
expected: FAIL
[computed display of <input type=color> with display: inline-flex]
expected: FAIL
[computed display of <button type=submit> with display: inline-flex]
expected: FAIL

View file

@ -0,0 +1,48 @@
[display-other.html]
[display: block]
expected: FAIL
[display: run-in]
expected: FAIL
[display: table]
expected: FAIL
[display: list-item]
expected: FAIL
[display: table-row-group]
expected: FAIL
[display: table-header-group]
expected: FAIL
[display: table-footer-group]
expected: FAIL
[display: table-row]
expected: FAIL
[display: table-cell]
expected: FAIL
[display: table-column-group]
expected: FAIL
[display: table-column]
expected: FAIL
[display: table-caption]
expected: FAIL
[display: ruby-base]
expected: FAIL
[display: ruby-text]
expected: FAIL
[display: ruby-base-container]
expected: FAIL
[display: ruby-text-container]
expected: FAIL

View file

@ -0,0 +1,9 @@
[flex.html]
[inline-flex]
expected: FAIL
[flex]
expected: FAIL
[align-items:stretch should work]
expected: FAIL

View file

@ -0,0 +1,2 @@
[input-type-button-newline-2.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[input-type-button-newline.html]
expected: FAIL

View file

@ -0,0 +1,51 @@
[shrink-wrap.html]
[display: block - available width: 50px]
expected: FAIL
[display: block - available width: 300px]
expected: FAIL
[display: inline - available width: 50px]
expected: FAIL
[display: inline - available width: 200px]
expected: FAIL
[display: inline - available width: 300px]
expected: FAIL
[display: inline-block - available width: 50px]
expected: FAIL
[display: inline-block - available width: 200px]
expected: FAIL
[display: list-item - available width: 50px]
expected: FAIL
[display: list-item - available width: 300px]
expected: FAIL
[display: table - available width: 50px]
expected: FAIL
[display: table - available width: 200px]
expected: FAIL
[display: table-row - available width: 50px]
expected: FAIL
[display: table-row - available width: 200px]
expected: FAIL
[display: table-cell - available width: 50px]
expected: FAIL
[display: table-cell - available width: 200px]
expected: FAIL
[float: left - available width: 50px]
expected: FAIL
[float: left - available width: 200px]
expected: FAIL

View file

@ -0,0 +1,2 @@
[option-checked-styling.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[select-as-listbox-default-styles.tentative.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[select-invalidation.html]
expected: TIMEOUT