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

Unified Diff: LayoutTests/fast/dom/Window/get-set-properties-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
Index: LayoutTests/fast/dom/Window/get-set-properties-expected.txt
diff --git a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
index 290197a7b4d5069d0ad57753ea3908de534df8fc..a661dc998db22218f2dc8a6d029d1785bccf4117 100644
--- a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
+++ b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
@@ -266,6 +266,8 @@ PASS: canGet('pageXOffset') should be 'true' and is.
PASS: canSet('pageXOffset') should be 'false' and is.
PASS: canGet('pageYOffset') should be 'true' and is.
PASS: canSet('pageYOffset') should be 'false' and is.
+PASS: canGet('screen') should be 'true' and is.
+PASS: canSet('screen') should be 'false' and is.
PASS: canGet('window') should be 'true' and is.
PASS: canSet('window') should be 'false' and is.
PASS: canGet('top') should be 'true' and is.
« no previous file with comments | « LayoutTests/fast/dom/Window/get-set-properties.html ('k') | LayoutTests/fast/dom/Window/window-property-shadowing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698