Index: LayoutTests/fast/dom/custom/document-register-namespace-expected.txt |
diff --git a/LayoutTests/fast/dom/custom/document-register-namespace-expected.txt b/LayoutTests/fast/dom/custom/document-register-namespace-expected.txt |
index 9373f588c204a4de9ccb23f8dee2fe5109f6daad..0cffdd67d01194f0229ccae136b43bda35fd4e00 100644 |
--- a/LayoutTests/fast/dom/custom/document-register-namespace-expected.txt |
+++ b/LayoutTests/fast/dom/custom/document-register-namespace-expected.txt |
@@ -26,7 +26,6 @@ PASS notSVG2 instanceof CustomSVGElement is false |
PASS notSVG2 instanceof HTMLUnknownElement is false |
PASS notSVG2 instanceof HTMLElement is true |
PASS Object.getPrototypeOf(notSVG2) is HTMLElement.prototype |
-PASS document.register("xml-foo", { prototype: Object.create(Element.prototype) }) threw exception NamespaceError: Failed to call 'register' on 'Document' for type 'xml-foo': the prototype does not extend an HTML or SVG element.. |
PASS successfullyParsed is true |
TEST COMPLETE |