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

Unified Diff: LayoutTests/fast/js/var-declarations-shadowing-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (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/js/var-declarations-shadowing-expected.txt
diff --git a/LayoutTests/fast/js/var-declarations-shadowing-expected.txt b/LayoutTests/fast/js/var-declarations-shadowing-expected.txt
index 2dd7450ac5fbbeb111dafdb2a54641be3416f4c2..37111524f09300832a12501bd051e9f272cc790e 100644
--- a/LayoutTests/fast/js/var-declarations-shadowing-expected.txt
+++ b/LayoutTests/fast/js/var-declarations-shadowing-expected.txt
@@ -6,10 +6,10 @@ PASS: Node == undefined should be false and is.
PASS: eval('Node == undefined') should be false and is.
PASS: Element == undefined should be false and is.
PASS: eval('Element == undefined') should be false and is.
-PASS: toString == undefined should be false and is.
-PASS: eval('toString == undefined') should be false and is.
-PASS: valueOf == undefined should be false and is.
-PASS: eval('valueOf == undefined') should be false and is.
+FAIL: toString == undefined should be false but instead is true.
+FAIL: eval('toString == undefined') should be false but instead is true.
+FAIL: valueOf == undefined should be false but instead is true.
+FAIL: eval('valueOf == undefined') should be false but instead is true.
-----
PASS: HTMLElement == marker should be true and is.
PASS: eval('HTMLElement == marker') should be true and is.
« no previous file with comments | « LayoutTests/fast/js/string-link-expected.txt ('k') | LayoutTests/fast/loader/about-blank-hash-kept-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698