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,3 @@
[DOMParser-parseFromString-html.html]
[must be parsed with scripting disabled, so noscript works]
expected: FAIL

View file

@ -0,0 +1,30 @@
[DOMParser-parseFromString-url-base-pushstate.html]
[image/svg+xml valid: created normally]
expected: FAIL
[image/svg+xml valid: created using another iframe's DOMParser from this frame]
expected: FAIL
[image/svg+xml valid: created using another iframe's DOMParser from that frame]
expected: FAIL
[image/svg+xml valid: created using a parser from this frame and the method from the iframe]
expected: FAIL
[image/svg+xml valid: created using a parser from the iframe and the method from this frame]
expected: FAIL
[image/svg+xml invalid XML: created normally]
expected: FAIL
[image/svg+xml invalid XML: created using another iframe's DOMParser from this frame]
expected: FAIL
[image/svg+xml invalid XML: created using another iframe's DOMParser from that frame]
expected: FAIL
[image/svg+xml invalid XML: created using a parser from this frame and the method from the iframe]
expected: FAIL
[image/svg+xml invalid XML: created using a parser from the iframe and the method from this frame]
expected: FAIL

View file

@ -0,0 +1,30 @@
[DOMParser-parseFromString-url-base.html]
[image/svg+xml valid: created normally]
expected: FAIL
[image/svg+xml valid: created using another iframe's DOMParser from this frame]
expected: FAIL
[image/svg+xml valid: created using another iframe's DOMParser from that frame]
expected: FAIL
[image/svg+xml valid: created using a parser from this frame and the method from the iframe]
expected: FAIL
[image/svg+xml valid: created using a parser from the iframe and the method from this frame]
expected: FAIL
[image/svg+xml invalid XML: created normally]
expected: FAIL
[image/svg+xml invalid XML: created using another iframe's DOMParser from this frame]
expected: FAIL
[image/svg+xml invalid XML: created using another iframe's DOMParser from that frame]
expected: FAIL
[image/svg+xml invalid XML: created using a parser from this frame and the method from the iframe]
expected: FAIL
[image/svg+xml invalid XML: created using a parser from the iframe and the method from this frame]
expected: FAIL

View file

@ -0,0 +1,18 @@
[DOMParser-parseFromString-url-moretests.html]
[Parent window (image/svg+xml)]
expected: FAIL
[Child window (image/svg+xml)]
expected: FAIL
[Parent window with child method (image/svg+xml)]
expected: FAIL
[Child window with parent method (image/svg+xml)]
expected: FAIL
[Child window crossing navigation (image/svg+xml)]
expected: FAIL
[Child window after navigation (image/svg+xml)]
expected: FAIL

View file

@ -0,0 +1,30 @@
[DOMParser-parseFromString-url-pushstate.html]
[image/svg+xml valid: created normally]
expected: FAIL
[image/svg+xml valid: created using another iframe's DOMParser from this frame]
expected: FAIL
[image/svg+xml valid: created using another iframe's DOMParser from that frame]
expected: FAIL
[image/svg+xml valid: created using a parser from this frame and the method from the iframe]
expected: FAIL
[image/svg+xml valid: created using a parser from the iframe and the method from this frame]
expected: FAIL
[image/svg+xml invalid XML: created normally]
expected: FAIL
[image/svg+xml invalid XML: created using another iframe's DOMParser from this frame]
expected: FAIL
[image/svg+xml invalid XML: created using another iframe's DOMParser from that frame]
expected: FAIL
[image/svg+xml invalid XML: created using a parser from this frame and the method from the iframe]
expected: FAIL
[image/svg+xml invalid XML: created using a parser from the iframe and the method from this frame]
expected: FAIL

View file

@ -0,0 +1,30 @@
[DOMParser-parseFromString-url.html]
[image/svg+xml valid: created normally]
expected: FAIL
[image/svg+xml valid: created using another iframe's DOMParser from this frame]
expected: FAIL
[image/svg+xml valid: created using another iframe's DOMParser from that frame]
expected: FAIL
[image/svg+xml valid: created using a parser from this frame and the method from the iframe]
expected: FAIL
[image/svg+xml valid: created using a parser from the iframe and the method from this frame]
expected: FAIL
[image/svg+xml invalid XML: created normally]
expected: FAIL
[image/svg+xml invalid XML: created using another iframe's DOMParser from this frame]
expected: FAIL
[image/svg+xml invalid XML: created using another iframe's DOMParser from that frame]
expected: FAIL
[image/svg+xml invalid XML: created using a parser from this frame and the method from the iframe]
expected: FAIL
[image/svg+xml invalid XML: created using a parser from the iframe and the method from this frame]
expected: FAIL

View file

@ -0,0 +1,3 @@
[DOMParser-parseFromString-xml-doctype.html]
[Doctype parsing of System Id must fail on ommitted value]
expected: FAIL

View file

@ -0,0 +1,3 @@
[DOMParser-parseFromString-xml-internal-subset.html]
[Parsing and serialization of doctype internal subset]
expected: FAIL

View file

@ -0,0 +1,54 @@
[DOMParser-parseFromString-xml-parsererror.html]
[DOMParser: <parsererror> element added on error, <span x:test="testing">1</span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, < span>2</span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span :test="testing">3</span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span><em>4</span></em>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span>5]
expected: FAIL
[DOMParser: <parsererror> element added on error, 6</span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span>7< /span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span>8</ span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span novalue>9</span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span ="noattr">10</span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span ::="test">11</span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span xmlns:="urn:x-test:test">12</span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span xmlns:xmlns="">13</span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span data-test=testing>14</span>]
expected: FAIL
[DOMParser: <parsererror> element added on error, 15<span]
expected: FAIL
[DOMParser: <parsererror> element added on error, <8:test xmlns:8="urn:x-test:test">16</8:test>]
expected: FAIL
[DOMParser: <parsererror> element added on error, <span xmlns:p1 xmlns:p2="urn:x-test:test"/>17]
expected: FAIL
[image/svg+xml is preserved in the error document]
expected: FAIL

View file

@ -0,0 +1,24 @@
[DOMParser-parseFromString-xml.html]
[Should return an error document for XML wellformedness errors in type text/xml]
expected: FAIL
[Should return an error document for XML wellformedness errors in type application/xml]
expected: FAIL
[Should return an error document for XML wellformedness errors in type application/xhtml+xml]
expected: FAIL
[Should parse correctly in type image/svg+xml]
expected: FAIL
[XMLDocument interface for correctly parsed document with type image/svg+xml]
expected: FAIL
[Should return an error document for XML wellformedness errors in type image/svg+xml]
expected: FAIL
[XMLDocument interface for incorrectly parsed document with type image/svg+xml]
expected: FAIL
[scripting must be disabled with type image/svg+xml]
expected: FAIL

View file

@ -0,0 +1,63 @@
[XMLSerializer-serializeToString.html]
[check XMLSerializer.serializeToString method could parsing document to string]
expected: FAIL
[Check if the default namespace is correctly reset.]
expected: FAIL
[Check if there is no redundant empty namespace declaration.]
expected: FAIL
[Check if redundant xmlns="..." is dropped.]
expected: FAIL
[Check if inconsistent xmlns="..." is dropped.]
expected: FAIL
[Check if an attribute with namespace and no prefix is serialized with the nearest-declared prefix]
expected: FAIL
[Check if an attribute with namespace and no prefix is serialized with the nearest-declared prefix even if the prefix is assigned to another namespace.]
expected: FAIL
[Check if the prefix of an attribute is replaced with another existing prefix mapped to the same namespace URI.]
expected: FAIL
[Check if the prefix of an attribute is NOT preserved in a case where neither its prefix nor its namespace URI is not already used.]
expected: FAIL
[Check if the prefix of an attribute is replaced with a generated one in a case where the prefix is already mapped to a different namespace URI.]
expected: FAIL
[check XMLSerializer.serializeToString escapes attribute values for roundtripping]
expected: FAIL
[Check if attribute serialization takes into account of following xmlns:* attributes]
expected: FAIL
[Check if attribute serialization takes into account of the same prefix declared in an ancestor element]
expected: FAIL
[Check if start tag serialization drops element prefix if the namespace is same as inherited default namespace.]
expected: FAIL
[Check if start tag serialization finds an appropriate prefix.]
expected: FAIL
[Check if start tag serialization takes into account of its xmlns:* attributes]
expected: FAIL
[Check if start tag serialization applied the original prefix even if it is declared in an ancestor element.]
expected: FAIL
[Check if start tag serialization does NOT apply the default namespace if its namespace is declared in an ancestor.]
expected: FAIL
[Check if generated prefixes match to "ns${index}".]
expected: FAIL
[Check if "ns1" is generated even if the element already has xmlns:ns1.]
expected: FAIL
[Check if no special handling for XLink namespace unlike HTML serializer.]
expected: FAIL

View file

@ -0,0 +1,9 @@
[createContextualFragment.html]
[Namespace generally shouldn't matter]
expected: FAIL
[<html> in a different namespace shouldn't be special]
expected: FAIL
[SVG namespace shouldn't be special]
expected: FAIL

View file

@ -0,0 +1,3 @@
[idlharness.window.html]
[ShadowRoot interface: attribute innerHTML]
expected: FAIL

View file

@ -0,0 +1,6 @@
[innerhtml-01.xhtml]
[innerHTML in XHTML: getting while the document is in an invalid state]
expected: FAIL
[innerHTML in XHTML: getting while the document is in an invalid state 1]
expected: FAIL

View file

@ -0,0 +1,6 @@
[innerhtml-03.xhtml]
[innerHTML in XHTML 3]
expected: FAIL
[innerHTML in XHTML 4]
expected: FAIL

View file

@ -0,0 +1,3 @@
[innerhtml-05.xhtml]
[innerHTML in XHTML]
expected: FAIL

View file

@ -0,0 +1,3 @@
[insert_adjacent_html-xhtml.xhtml]
[insertAdjacentHTML in HTML]
expected: FAIL

View file

@ -0,0 +1,24 @@
[xml-serialization.xhtml]
[DocumentType: empty system id]
expected: FAIL
[DocumentType: empty public id]
expected: FAIL
[DocumentType: non-empty public and system id]
expected: FAIL
[DocumentType: 'APOSTROPHE' (U+0027)]
expected: FAIL
[DocumentType: 'QUOTATION MARK' (U+0022)]
expected: FAIL
[DocumentType: 'APOSTROPHE' (U+0027) and 'QUOTATION MARK' (U+0022)]
expected: FAIL
[Element: href attributes are not percent-encoded]
expected: FAIL
[Element: query parts in href attributes are not percent-encoded]
expected: FAIL