Index: LayoutTests/fast/dom/Window/es52-globals-expected.txt |
diff --git a/LayoutTests/fast/dom/Window/es52-globals-expected.txt b/LayoutTests/fast/dom/Window/es52-globals-expected.txt |
deleted file mode 100644 |
index 73438c24d8f141866f1f25e4e389449c626b1e8c..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/Window/es52-globals-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-PASS window.hasOwnProperty("Element") is true |
-PASS window.hasOwnProperty("x") is true |
-FAIL window.hasOwnProperty("y") should be false. Was true. |
-PASS window.hasOwnProperty("f") is true |
-PASS window.hasOwnProperty("div") is true |
-FAIL window.hasOwnProperty("a") should be true. Was false. |
-PASS Element is not undefined |
-PASS x is 1 |
-FAIL y should be undefined. Was 2 |
-FAIL f should be undefined. Was [object Window] |
-FAIL div should be undefined. Was [object HTMLDivElement] |
-PASS a is undefined. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |