Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: LayoutTests/fast/dom/custom/document-register-namespace-expected.txt

Issue 23717043: Implement Custom Elements 'extends' option. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698