Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -1,3 +0,0 @@
[datetime-local-trailing-zeros.html]
[Verifies that trailing zeros in the milliseconds portion of the date strings are removed.]
expected: FAIL

View file

@ -1,4 +1,5 @@
[files.html]
type: testharness
[setting <input type=file>.files]
expected: FAIL

View file

@ -0,0 +1,240 @@
[focus-dynamic-type-change-on-blur.html]
[button -> text true]
expected: FAIL
[text -> button true]
expected: FAIL
[button -> text false]
expected: FAIL
[text -> button false]
expected: FAIL
[checkbox -> text true]
expected: FAIL
[text -> checkbox true]
expected: FAIL
[checkbox -> text false]
expected: FAIL
[text -> checkbox false]
expected: FAIL
[color -> text true]
expected: FAIL
[text -> color true]
expected: FAIL
[color -> text false]
expected: FAIL
[text -> color false]
expected: FAIL
[date -> text true]
expected: FAIL
[text -> date true]
expected: FAIL
[date -> text false]
expected: FAIL
[text -> date false]
expected: FAIL
[datetime-local -> text true]
expected: FAIL
[text -> datetime-local true]
expected: FAIL
[datetime-local -> text false]
expected: FAIL
[text -> datetime-local false]
expected: FAIL
[email -> text true]
expected: FAIL
[text -> email true]
expected: FAIL
[email -> text false]
expected: FAIL
[text -> email false]
expected: FAIL
[file -> text true]
expected: FAIL
[text -> file true]
expected: FAIL
[file -> text false]
expected: FAIL
[text -> file false]
expected: FAIL
[image -> text true]
expected: FAIL
[text -> image true]
expected: FAIL
[image -> text false]
expected: FAIL
[text -> image false]
expected: FAIL
[month -> text true]
expected: FAIL
[text -> month true]
expected: FAIL
[month -> text false]
expected: FAIL
[text -> month false]
expected: FAIL
[number -> text true]
expected: FAIL
[text -> number true]
expected: FAIL
[number -> text false]
expected: FAIL
[text -> number false]
expected: FAIL
[password -> text true]
expected: FAIL
[text -> password true]
expected: FAIL
[password -> text false]
expected: FAIL
[text -> password false]
expected: FAIL
[radio -> text true]
expected: FAIL
[text -> radio true]
expected: FAIL
[radio -> text false]
expected: FAIL
[text -> radio false]
expected: FAIL
[range -> text true]
expected: FAIL
[text -> range true]
expected: FAIL
[range -> text false]
expected: FAIL
[text -> range false]
expected: FAIL
[reset -> text true]
expected: FAIL
[text -> reset true]
expected: FAIL
[reset -> text false]
expected: FAIL
[text -> reset false]
expected: FAIL
[search -> text true]
expected: FAIL
[text -> search true]
expected: FAIL
[search -> text false]
expected: FAIL
[text -> search false]
expected: FAIL
[submit -> text true]
expected: FAIL
[text -> submit true]
expected: FAIL
[submit -> text false]
expected: FAIL
[text -> submit false]
expected: FAIL
[tel -> text true]
expected: FAIL
[text -> tel true]
expected: FAIL
[tel -> text false]
expected: FAIL
[text -> tel false]
expected: FAIL
[time -> text true]
expected: FAIL
[text -> time true]
expected: FAIL
[time -> text false]
expected: FAIL
[text -> time false]
expected: FAIL
[url -> text true]
expected: FAIL
[text -> url true]
expected: FAIL
[url -> text false]
expected: FAIL
[text -> url false]
expected: FAIL
[week -> text true]
expected: FAIL
[text -> week true]
expected: FAIL
[week -> text false]
expected: FAIL
[text -> week false]
expected: FAIL

View file

@ -0,0 +1,121 @@
[focus-dynamic-type-change.html]
expected: ERROR
[button -> text]
expected: FAIL
[text -> button]
expected: FAIL
[checkbox -> text]
expected: FAIL
[text -> checkbox]
expected: FAIL
[color -> text]
expected: FAIL
[text -> color]
expected: FAIL
[date -> text]
expected: FAIL
[text -> date]
expected: FAIL
[datetime-local -> text]
expected: FAIL
[text -> datetime-local]
expected: FAIL
[email -> text]
expected: FAIL
[text -> email]
expected: FAIL
[file -> text]
expected: FAIL
[text -> file]
expected: FAIL
[image -> text]
expected: FAIL
[text -> image]
expected: FAIL
[month -> text]
expected: FAIL
[text -> month]
expected: FAIL
[number -> text]
expected: FAIL
[text -> number]
expected: FAIL
[password -> text]
expected: FAIL
[text -> password]
expected: FAIL
[radio -> text]
expected: FAIL
[text -> radio]
expected: FAIL
[range -> text]
expected: FAIL
[text -> range]
expected: FAIL
[reset -> text]
expected: FAIL
[text -> reset]
expected: FAIL
[search -> text]
expected: FAIL
[text -> search]
expected: FAIL
[submit -> text]
expected: FAIL
[text -> submit]
expected: FAIL
[tel -> text]
expected: FAIL
[text -> tel]
expected: FAIL
[time -> text]
expected: FAIL
[text -> time]
expected: FAIL
[url -> text]
expected: FAIL
[text -> url]
expected: FAIL
[week -> text]
expected: FAIL
[text -> week]
expected: FAIL

View file

@ -1,4 +0,0 @@
[hidden-charset-case-sensitive.html]
[keyword _charset_]
expected: FAIL

View file

@ -0,0 +1,5 @@
[image-click-form-data.html]
expected: TIMEOUT
[Image submit button should not add extra form data if 'value' attribute is present with non-empty value]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[image01.html]
type: reftest
reftype: ==
refurl: /html/semantics/forms/the-input-element/image01-ref.html
expected: FAIL

View file

@ -0,0 +1,6 @@
[input-type-change-value.html]
[Without focus]
expected: FAIL
[With focus]
expected: FAIL

View file

@ -0,0 +1,9 @@
[input-valueasnumber.html]
[valueAsNumber setter on type time (actual valueAsNumber: 86340000, expected value: 23:59)]
expected: FAIL
[valueAsNumber setter on type time (actual valueAsNumber: 43200000, expected value: 12:00)]
expected: FAIL
[valueAsNumber setter on type time (actual valueAsNumber: 0, expected value: 00:00)]
expected: FAIL

View file

@ -0,0 +1,9 @@
[pattern_attribute_v_flag.html]
[<input pattern> supports set difference syntax]
expected: FAIL
[<input pattern> supports string literal syntax]
expected: FAIL
[<input pattern> enables the RegExp v flag]
expected: FAIL

View file

@ -1,3 +0,0 @@
[radio-morphed.html]
[Setting type attribute must unset checkedness of other elements]
expected: FAIL

View file

@ -0,0 +1,3 @@
[radio.html]
[Radio buttons in an orphan tree should make a group]
expected: FAIL

View file

@ -0,0 +1,4 @@
[range-2.html]
type: testharness
[range input value set to an integer]
expected: FAIL

View file

@ -0,0 +1,2 @@
[range-intrinsic-size.html]
expected: FAIL

View file

@ -1,12 +1,6 @@
[show-picker-cross-origin-iframe.html]
[Test showPicker() called from cross-origin iframe]
expected: FAIL
[Test showPicker() called from cross-origin iframe 1]
expected: FAIL
[Test showPicker() called from cross-origin iframe 2]
expected: FAIL
[Test showPicker() called from cross-origin iframe 3]
expected: FAIL