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

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

Issue 243203002: Make window.navigator property non replaceable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Only keep window.navigator change 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This page tests getting and setting window properties and functions. 1 This page tests getting and setting window properties and functions.
2 2
3 3
4 ----- tests for getting/setting read-write properties ----- 4 ----- tests for getting/setting read-write properties -----
5 5
6 PASS: canGet('Attr') should be 'true' and is. 6 PASS: canGet('Attr') should be 'true' and is.
7 PASS: canSet('Attr') should be 'true' and is. 7 PASS: canSet('Attr') should be 'true' and is.
8 PASS: canGet('CDATASection') should be 'true' and is. 8 PASS: canGet('CDATASection') should be 'true' and is.
9 PASS: canSet('CDATASection') should be 'true' and is. 9 PASS: canSet('CDATASection') should be 'true' and is.
10 PASS: canGet('CSSPrimitiveValue') should be 'true' and is. 10 PASS: canGet('CSSPrimitiveValue') should be 'true' and is.
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 PASS: canGet('innerHeight') should be 'true' and is. 214 PASS: canGet('innerHeight') should be 'true' and is.
215 PASS: canSet('innerHeight') should be 'true' and is. 215 PASS: canSet('innerHeight') should be 'true' and is.
216 PASS: canGet('innerWidth') should be 'true' and is. 216 PASS: canGet('innerWidth') should be 'true' and is.
217 PASS: canSet('innerWidth') should be 'true' and is. 217 PASS: canSet('innerWidth') should be 'true' and is.
218 PASS: canGet('length') should be 'true' and is. 218 PASS: canGet('length') should be 'true' and is.
219 PASS: canSet('length') should be 'true' and is. 219 PASS: canSet('length') should be 'true' and is.
220 PASS: canGet('locationbar') should be 'true' and is. 220 PASS: canGet('locationbar') should be 'true' and is.
221 PASS: canSet('locationbar') should be 'true' and is. 221 PASS: canSet('locationbar') should be 'true' and is.
222 PASS: canGet('menubar') should be 'true' and is. 222 PASS: canGet('menubar') should be 'true' and is.
223 PASS: canSet('menubar') should be 'true' and is. 223 PASS: canSet('menubar') should be 'true' and is.
224 PASS: canGet('navigator') should be 'true' and is.
225 PASS: canSet('navigator') should be 'true' and is.
226 PASS: canGet('offscreenBuffering') should be 'true' and is. 224 PASS: canGet('offscreenBuffering') should be 'true' and is.
227 PASS: canSet('offscreenBuffering') should be 'true' and is. 225 PASS: canSet('offscreenBuffering') should be 'true' and is.
228 PASS: canGet('opener') should be 'true' and is. 226 PASS: canGet('opener') should be 'true' and is.
229 PASS: canSet('opener') should be 'true' and is. 227 PASS: canSet('opener') should be 'true' and is.
230 PASS: canGet('outerHeight') should be 'true' and is. 228 PASS: canGet('outerHeight') should be 'true' and is.
231 PASS: canSet('outerHeight') should be 'true' and is. 229 PASS: canSet('outerHeight') should be 'true' and is.
232 PASS: canGet('outerWidth') should be 'true' and is. 230 PASS: canGet('outerWidth') should be 'true' and is.
233 PASS: canSet('outerWidth') should be 'true' and is. 231 PASS: canSet('outerWidth') should be 'true' and is.
234 PASS: canGet('parent') should be 'true' and is. 232 PASS: canGet('parent') should be 'true' and is.
235 PASS: canSet('parent') should be 'true' and is. 233 PASS: canSet('parent') should be 'true' and is.
(...skipping 19 matching lines...) Expand all
255 PASS: canSet('statusbar') should be 'true' and is. 253 PASS: canSet('statusbar') should be 'true' and is.
256 PASS: canGet('toolbar') should be 'true' and is. 254 PASS: canGet('toolbar') should be 'true' and is.
257 PASS: canSet('toolbar') should be 'true' and is. 255 PASS: canSet('toolbar') should be 'true' and is.
258 256
259 ----- tests for getting/setting readonly properties ----- 257 ----- tests for getting/setting readonly properties -----
260 258
261 PASS: canGet('closed') should be 'true' and is. 259 PASS: canGet('closed') should be 'true' and is.
262 PASS: canSet('closed') should be 'false' and is. 260 PASS: canSet('closed') should be 'false' and is.
263 PASS: canGet('document') should be 'true' and is. 261 PASS: canGet('document') should be 'true' and is.
264 PASS: canSet('document') should be 'false' and is. 262 PASS: canSet('document') should be 'false' and is.
263 PASS: canGet('navigator') should be 'true' and is.
264 PASS: canSet('navigator') should be 'false' and is.
265 PASS: canGet('pageXOffset') should be 'true' and is. 265 PASS: canGet('pageXOffset') should be 'true' and is.
266 PASS: canSet('pageXOffset') should be 'false' and is. 266 PASS: canSet('pageXOffset') should be 'false' and is.
267 PASS: canGet('pageYOffset') should be 'true' and is. 267 PASS: canGet('pageYOffset') should be 'true' and is.
268 PASS: canSet('pageYOffset') should be 'false' and is. 268 PASS: canSet('pageYOffset') should be 'false' and is.
269 PASS: canGet('window') should be 'true' and is. 269 PASS: canGet('window') should be 'true' and is.
270 PASS: canSet('window') should be 'false' and is. 270 PASS: canSet('window') should be 'false' and is.
271 PASS: canGet('top') should be 'true' and is. 271 PASS: canGet('top') should be 'true' and is.
272 PASS: canSet('top') should be 'false' and is. 272 PASS: canSet('top') should be 'false' and is.
273 273
274 ----- tests for getting/setting string properties ----- 274 ----- tests for getting/setting string properties -----
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 PASS: canSetWithCallable('onscroll') should be 'true' and is. 377 PASS: canSetWithCallable('onscroll') should be 'true' and is.
378 PASS: canGet('onsearch') should be 'true' and is. 378 PASS: canGet('onsearch') should be 'true' and is.
379 PASS: canSetWithCallable('onsearch') should be 'true' and is. 379 PASS: canSetWithCallable('onsearch') should be 'true' and is.
380 PASS: canGet('onselect') should be 'true' and is. 380 PASS: canGet('onselect') should be 'true' and is.
381 PASS: canSetWithCallable('onselect') should be 'true' and is. 381 PASS: canSetWithCallable('onselect') should be 'true' and is.
382 PASS: canGet('onsubmit') should be 'true' and is. 382 PASS: canGet('onsubmit') should be 'true' and is.
383 PASS: canSetWithCallable('onsubmit') should be 'true' and is. 383 PASS: canSetWithCallable('onsubmit') should be 'true' and is.
384 PASS: canGet('onunload') should be 'true' and is. 384 PASS: canGet('onunload') should be 'true' and is.
385 PASS: canSetWithCallable('onunload') should be 'true' and is. 385 PASS: canSetWithCallable('onunload') should be 'true' and is.
386 386
OLDNEW
« 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