Index: LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-indexed-properties-strict-expected.txt |
diff --git a/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-indexed-properties-strict-expected.txt b/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-indexed-properties-strict-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b81bd78d11b6d185a5a9c90f011f78ec1fb2307e |
--- /dev/null |
+++ b/LayoutTests/imported/web-platform-tests/html/browsers/the-window-object/window-indexed-properties-strict-expected.txt |
@@ -0,0 +1,11 @@ |
+ This is a testharness.js-based test. |
+PASS Indexed properties of the window object (strict mode) |
+FAIL Indexed properties of the window object (strict mode) 1 assert_throws: function "function () { |
+ window[0] = "foo"; |
+ }" did not throw |
+FAIL Indexed properties of the window object (strict mode) 2 assert_throws: function "function () { |
+ window[1] = "foo"; |
+ }" did not throw |
+FAIL Indexed properties of the window object (strict mode) 3 assert_false: 0 in proto expected false got true |
+Harness: the test ran to completion. |
+ |