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

@ -0,0 +1,14 @@
[global-immutable-prototype.any.worker.html]
[Setting to a different prototype]
expected: FAIL
[global-immutable-prototype.any.serviceworker.html]
expected: ERROR
[global-immutable-prototype.any.sharedworker.html]
expected: ERROR
[global-immutable-prototype.any.html]
[Setting to a different prototype]
expected: FAIL

View file

@ -0,0 +1,6 @@
[global-object-implicit-this-value-cross-realm.html]
[Cross-realm global object's operation throws when called on incompatible object]
expected: FAIL
[Cross-realm global object's operation called on null / undefined]
expected: FAIL

View file

@ -0,0 +1,27 @@
[global-object-implicit-this-value.any.html]
[Global object's getter throws when called on incompatible object (document.all)]
expected: FAIL
[Global object's setter throws when called on incompatible object (document.all)]
expected: FAIL
[Global object's operation throws when called on incompatible object (document.all)]
expected: FAIL
[global-object-implicit-this-value.any.worker.html]
[Global object's setter throws when called on incompatible object]
expected: FAIL
[Global object's getter works when called on null / undefined]
expected: FAIL
[Global object's setter works when called on null / undefined]
expected: FAIL
[global-object-implicit-this-value.any.sharedworker.html]
expected: ERROR
[global-object-implicit-this-value.any.serviceworker.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[interface-prototype-constructor-set-receiver.html]
[Direct [[Set\]\] preserves [[Enumerable\]\]: false property attribute]
expected: FAIL

View file

@ -0,0 +1,3 @@
[interface-prototype-object.html]
[[Unscopable\] extended attribute makes @@unscopables object on the prototype object, whose prototype is null.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[invalid-this-value-cross-realm.html]
[Cross-realm operation throws when called on incompatible object]
expected: FAIL

View file

@ -0,0 +1,12 @@
[legacy-callback-interface-object.html]
[Must be a function according to typeof]
expected: FAIL
[Must have the correct [[Prototype\]\]]
expected: FAIL
[Must have an own length property with value zero and the correct descriptors]
expected: FAIL
[instanceof must throw but only when we don't bail out early]
expected: FAIL

View file

@ -0,0 +1,6 @@
[DefineOwnProperty.html]
[Test [[DefineOwnProperty\]\] with no indexed property setter support.]
expected: FAIL
[Test [[DefineOwnProperty\]\] with indexed property setter support.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[Set.html]
[must throw when assigning to a numeric property on an object which implements a indexed property getter but not a setter in strict mode]
expected: FAIL
[must allow setting built-in property on a [LegacyOverrideBuiltIns\] object even if a named property shadows it]
expected: FAIL

View file

@ -0,0 +1,18 @@
[sequence-conversion.html]
[An array]
expected: FAIL
[A generator]
expected: FAIL
[An array with an overridden Symbol.iterator]
expected: FAIL
[An array with an overridden Symbol.iterator on the prototype]
expected: FAIL
[An array with an overridden %ArrayIterator%.prototype.next]
expected: FAIL
[A holey array with fallback to an accessor on the prototype]
expected: FAIL