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

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: Nits Created 5 years, 8 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/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
+
« no previous file with comments | « LayoutTests/fast/dom/custom/exception-from-constructor.html ('k') | LayoutTests/fast/dom/custom/inherited-prototype.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698