Chromium Code Reviews

Unified Diff: LayoutTests/fast/dom/custom/exception-from-constructor-expected.txt

Issue 1097243002: [Reland] Implement Custom Element's class side inheritance (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed unneccessary div Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/dom/custom/exception-from-constructor-expected.txt
diff --git a/LayoutTests/fast/dom/custom/exception-from-constructor-expected.txt b/LayoutTests/fast/dom/custom/exception-from-constructor-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..eac9aabed0b4f3db7a8466ff42bbd332750a1426
--- /dev/null
+++ b/LayoutTests/fast/dom/custom/exception-from-constructor-expected.txt
@@ -0,0 +1,10 @@
+Tests throwing an exception during registration of constructor
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.registerElement("x-a", {prototype: proto}) threw exception Exception thrown from getter.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine