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

Unified Diff: LayoutTests/fast/dom/Window/get-set-properties-expected.txt

Issue 1087493002: Support [Replaceable] for screen, pageXOffset, pageYOffset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 ab91604dbd56da6d3d595556fd0fccf56fdb4113..420ac9664a6452f36eaa81ab87c21a1686b59db9 100644
--- a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
+++ b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
@@ -221,10 +221,16 @@ PASS: canGet('outerHeight') should be 'true' and is.
PASS: canSet('outerHeight') should be 'true' and is.
PASS: canGet('outerWidth') should be 'true' and is.
PASS: canSet('outerWidth') should be 'true' and is.
+PASS: canGet('pageXOffset') should be 'true' and is.
+PASS: canSet('pageXOffset') should be 'true' and is.
+PASS: canGet('pageYOffset') should be 'true' and is.
+PASS: canSet('pageYOffset') should be 'true' and is.
PASS: canGet('parent') should be 'true' and is.
PASS: canSet('parent') should be 'true' and is.
PASS: canGet('personalbar') should be 'true' and is.
PASS: canSet('personalbar') should be 'true' and is.
+PASS: canGet('screen') should be 'true' and is.
+PASS: canSet('screen') should be 'true' and is.
PASS: canGet('screenLeft') should be 'true' and is.
PASS: canSet('screenLeft') should be 'true' and is.
PASS: canGet('screenTop') should be 'true' and is.
@@ -256,12 +262,6 @@ PASS: canGet('history') should be 'true' and is.
PASS: canSet('history') should be 'false' and is.
PASS: canGet('navigator') should be 'true' and is.
PASS: canSet('navigator') should be 'false' and is.
-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/js/var-declarations-shadowing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698