Index: LayoutTests/fast/js/unscopeable-expected.txt |
diff --git a/LayoutTests/fast/js/unscopeable-expected.txt b/LayoutTests/fast/js/unscopeable-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d94e2e73b55972e462c7d65e9537683964834174 |
--- /dev/null |
+++ b/LayoutTests/fast/js/unscopeable-expected.txt |
@@ -0,0 +1,15 @@ |
+Test [Unscopeable] attributes and methods. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS "unscopeableAttribute" in internals is true |
+PASS "unscopeableMethod" in internals is true |
+PASS internals.unscopeableAttribute is "unscopeableAttribute" |
+PASS internals.unscopeableMethod() is "unscopeableMethod" |
+PASS unscopeableAttribute is "variable" |
+PASS unscopeableMethod is "variable" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |