Index: LayoutTests/fast/dom/some-dictionary-expected.txt |
diff --git a/LayoutTests/fast/dom/some-dictionary-expected.txt b/LayoutTests/fast/dom/some-dictionary-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4ffbcb003910ac2433cb9457bc8ce730a498a20f |
--- /dev/null |
+++ b/LayoutTests/fast/dom/some-dictionary-expected.txt |
@@ -0,0 +1,19 @@ |
+IDL dictionary example |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS dict.internalSettings is window.internals.settings |
+PASS dict.a is undefined. |
+PASS dict.b is 2 |
+PASS dict.stringMember is "doraemon" |
+PASS dict.internalSettings is null |
+PASS dict.a is 3 |
+PASS dict.b is 2 |
+PASS dict.stringMember is "mass-produced doraemon" |
+PASS dict.internalSettings is window.internals.settings |
+PASS dict.invalidMember is undefined. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |