diff --git a/dom/tests/mochitest/bugs/mochitest.ini b/dom/tests/mochitest/bugs/mochitest.ini index 973829916f37..dce49b928d61 100644 --- a/dom/tests/mochitest/bugs/mochitest.ini +++ b/dom/tests/mochitest/bugs/mochitest.ini @@ -76,6 +76,7 @@ skip-if = (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) [test_bug404748.html] [test_bug406375.html] skip-if = buildapp == 'mulet' || buildapp == 'b2g' || toolkit == 'android' +[test_bug411103.html] [test_bug414291.html] tags = openwindow [test_bug427744.html] diff --git a/dom/tests/mochitest/bugs/test_bug411103.html b/dom/tests/mochitest/bugs/test_bug411103.html new file mode 100644 index 000000000000..3830cf03322e --- /dev/null +++ b/dom/tests/mochitest/bugs/test_bug411103.html @@ -0,0 +1,188 @@ + + + + + Test for Bug 411103 + + + + +Mozilla Bug 411103 +

+ + + + + + + + +
+
+
+ + diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index 5900add133be..482528f28c85 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -1,14 +1,6 @@ { "items": { "manual": [ - { - "path": "dummy.xml", - "url": "/dummy.xml" - }, - { - "path": "dummy.xhtml", - "url": "/dummy.xhtml" - }, { "path": "2dcontext/conformance-requirements/2d.coordinatespace-manual.html", "url": "/2dcontext/conformance-requirements/2d.coordinatespace-manual.html" diff --git a/testing/web-platform/meta/dom/nodes/DOMImplementation-createDocument.html.ini b/testing/web-platform/meta/dom/nodes/DOMImplementation-createDocument.html.ini index 0b4c82deb8a6..6b111bf0fb2a 100644 --- a/testing/web-platform/meta/dom/nodes/DOMImplementation-createDocument.html.ini +++ b/testing/web-platform/meta/dom/nodes/DOMImplementation-createDocument.html.ini @@ -1,30 +1,22 @@ [DOMImplementation-createDocument.html] type: testharness - [createDocument test 7: null,"ெfoo",null,"INVALID_CHARACTER_ERR"] + [createDocument test 6: null,"̀foo",null,"INVALID_CHARACTER_ERR"] expected: FAIL bug: 1298818 - [createDocument test 67: "http://example.com/","a:0",null,"NAMESPACE_ERR"] - expected: FAIL - bug: https://github.com/whatwg/dom/issues/319 - - [createDocument test 71: "http://example.com/","ெ:a",null,"INVALID_CHARACTER_ERR"] - expected: FAIL - bug: 1298818 - - [createDocument test 197: metadata for null,null,DocumentType node] + [createDocument test 172: metadata for null,null,DocumentType node] expected: FAIL bug: 520969 - [createDocument test 197: null,null,DocumentType node,null] + [createDocument test 172: null,null,DocumentType node,null] expected: FAIL bug: 520969 - [createDocument test 210: null,"",DocumentType node] + [createDocument test 185: null,"",DocumentType node] expected: FAIL bug: 520969 - [createDocument test 211: null,"",DocumentType node] + [createDocument test 186: null,"",DocumentType node] expected: FAIL bug: 520969 diff --git a/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini b/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini index ef7540531cb9..503479d6f994 100644 --- a/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini +++ b/testing/web-platform/meta/dom/nodes/Document-createElementNS.html.ini @@ -1,32 +1,5 @@ [Document-createElementNS.html] type: testharness - [createElementNS test 7 in HTML document: null,"ெfoo","INVALID_CHARACTER_ERR"] - expected: FAIL - - [createElementNS test 7 in XML document: null,"ெfoo","INVALID_CHARACTER_ERR"] - expected: FAIL - - [createElementNS test 7 in XHTML document: null,"ெfoo","INVALID_CHARACTER_ERR"] - expected: FAIL - - [createElementNS test 67 in HTML document: "http://example.com/","a:0","NAMESPACE_ERR"] - bug: https://github.com/whatwg/dom/issues/319 - expected: FAIL - - [createElementNS test 67 in XML document: "http://example.com/","a:0","NAMESPACE_ERR"] - bug: https://github.com/whatwg/dom/issues/319 - expected: FAIL - - [createElementNS test 67 in XHTML document: "http://example.com/","a:0","NAMESPACE_ERR"] - bug: https://github.com/whatwg/dom/issues/319 - expected: FAIL - - [createElementNS test 71 in HTML document: "http://example.com/","ெ:a","INVALID_CHARACTER_ERR"] - expected: FAIL - - [createElementNS test 71 in XML document: "http://example.com/","ெ:a","INVALID_CHARACTER_ERR"] - expected: FAIL - - [createElementNS test 71 in XHTML document: "http://example.com/","ெ:a","INVALID_CHARACTER_ERR"] + [createElementNS test 6: null,"̀foo","INVALID_CHARACTER_ERR"] expected: FAIL diff --git a/testing/web-platform/tests/dom/nodes/Document-createElement.html b/testing/web-platform/tests/dom/nodes/Document-createElement.html index 9d88142bcff0..59fa02d83f56 100644 --- a/testing/web-platform/tests/dom/nodes/Document-createElement.html +++ b/testing/web-platform/tests/dom/nodes/Document-createElement.html @@ -9,8 +9,6 @@
- - diff --git a/testing/web-platform/tests/dom/nodes/Document-createElementNS.html b/testing/web-platform/tests/dom/nodes/Document-createElementNS.html index c3796473553e..a13c407e8d3f 100644 --- a/testing/web-platform/tests/dom/nodes/Document-createElementNS.html +++ b/testing/web-platform/tests/dom/nodes/Document-createElementNS.html @@ -6,88 +6,60 @@
- -