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 |
+ |