Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: LayoutTests/fast/dom/Window/es52-globals-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698