diff options
author | Moonchild <moonchild@palemoon.org> | 2021-02-25 01:03:57 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-02-25 01:03:57 +0000 |
commit | ceadffab6b357723981a429e11222daf6cd6dcfb (patch) | |
tree | 5603053048d6a460f79b22bdf165fb74d32d39b0 /testing/web-platform/meta/domparsing | |
parent | 14fb2f966e9b54598c451e3cb35b4aa0480dafed (diff) | |
parent | ad5a13bd501e379517da1a944c104a11d951a3f5 (diff) | |
download | UXP-RC_20210225.tar UXP-RC_20210225.tar.gz UXP-RC_20210225.tar.lz UXP-RC_20210225.tar.xz UXP-RC_20210225.zip |
Merge branch 'master' into releaseRC_20210225
Diffstat (limited to 'testing/web-platform/meta/domparsing')
4 files changed, 0 insertions, 50 deletions
diff --git a/testing/web-platform/meta/domparsing/DOMParser-parseFromString-xml.html.ini b/testing/web-platform/meta/domparsing/DOMParser-parseFromString-xml.html.ini deleted file mode 100644 index 47c0fc633..000000000 --- a/testing/web-platform/meta/domparsing/DOMParser-parseFromString-xml.html.ini +++ /dev/null @@ -1,26 +0,0 @@ -[DOMParser-parseFromString-xml.html] - type: testharness - [XMLDocument interface for correctly parsed document with type text/xml] - expected: FAIL - - [XMLDocument interface for incorrectly parsed document with type text/xml] - expected: FAIL - - [XMLDocument interface for correctly parsed document with type application/xml] - expected: FAIL - - [XMLDocument interface for incorrectly parsed document with type application/xml] - expected: FAIL - - [XMLDocument interface for correctly parsed document with type application/xhtml+xml] - expected: FAIL - - [XMLDocument interface for incorrectly parsed document with type application/xhtml+xml] - expected: FAIL - - [XMLDocument interface for correctly parsed document with type image/svg+xml] - expected: FAIL - - [XMLDocument interface for incorrectly parsed document with type image/svg+xml] - expected: FAIL - diff --git a/testing/web-platform/meta/domparsing/innerhtml-01.xhtml.ini b/testing/web-platform/meta/domparsing/innerhtml-01.xhtml.ini deleted file mode 100644 index ea248239d..000000000 --- a/testing/web-platform/meta/domparsing/innerhtml-01.xhtml.ini +++ /dev/null @@ -1,8 +0,0 @@ -[innerhtml-01.xhtml] - type: testharness - [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 - diff --git a/testing/web-platform/meta/domparsing/innerhtml-05.xhtml.ini b/testing/web-platform/meta/domparsing/innerhtml-05.xhtml.ini deleted file mode 100644 index 166b8e0aa..000000000 --- a/testing/web-platform/meta/domparsing/innerhtml-05.xhtml.ini +++ /dev/null @@ -1,5 +0,0 @@ -[innerhtml-05.xhtml] - type: testharness - [innerHTML in XHTML] - expected: FAIL - diff --git a/testing/web-platform/meta/domparsing/xml-serialization.xhtml.ini b/testing/web-platform/meta/domparsing/xml-serialization.xhtml.ini deleted file mode 100644 index 8d1a332b1..000000000 --- a/testing/web-platform/meta/domparsing/xml-serialization.xhtml.ini +++ /dev/null @@ -1,11 +0,0 @@ -[xml-serialization.xhtml] - type: testharness - [DocumentType: 'QUOTATION MARK' (U+0022)] - expected: FAIL - - [DocumentType: 'APOSTROPHE' (U+0027) and 'QUOTATION MARK' (U+0022)] - expected: FAIL - - [ProcessingInstruction: empty data] - expected: FAIL - |