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

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

Issue 243173004: Make window.screen property non replaceable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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
« no previous file with comments | « LayoutTests/fast/js/var-declarations-shadowing.html ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 352853e97f96d7a6c8657cd2ebb4a4e43a1b9df6..caaf4ba8391088b6c631ddfab29bff97ac4fe906 100644
--- a/LayoutTests/fast/js/var-declarations-shadowing-expected.txt
+++ b/LayoutTests/fast/js/var-declarations-shadowing-expected.txt
@@ -78,8 +78,8 @@ PASS: defaultStatus == marker should be true and is.
PASS: eval('defaultStatus == marker') should be true and is.
PASS: defaultstatus == marker should be true and is.
PASS: eval('defaultstatus == marker') should be true and is.
-PASS: screen == marker should be true and is.
-PASS: eval('screen == marker') should be true and is.
+PASS: screen == marker should be false and is.
+PASS: eval('screen == marker') should be false and is.
PASS: history == marker should be false and is.
PASS: eval('history == marker') should be false and is.
-----
« no previous file with comments | « LayoutTests/fast/js/var-declarations-shadowing.html ('k') | Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698