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

Side by Side Diff: LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt

Issue 14773013: Rename BarInfo to BarProp and remove [NoInterfaceObject] attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/cross-frame-access-put-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests lookup precedence for properties on Window objects in the presence of a ch ild frame, and that IDL properties defined in the prototype (window.location, wi ndow.focus, etc) have higher lookup precedence than named document elements (suc h as input elements). 1 Tests lookup precedence for properties on Window objects in the presence of a ch ild frame, and that IDL properties defined in the prototype (window.location, wi ndow.focus, etc) have higher lookup precedence than named document elements (suc h as input elements).
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 7
8 8
9 PASS 'function alert() { [native code] }' is 'function alert() { [native code] } ' 9 PASS 'function alert() { [native code] }' is 'function alert() { [native code] } '
10 PASS 'function alert() { [native code] }' is 'function alert() { [native code] } ' 10 PASS 'function alert() { [native code] }' is 'function alert() { [native code] } '
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 PASS win['frames'] == '[object Window]' is true 315 PASS win['frames'] == '[object Window]' is true
316 PASS win['frames'] == '[object Window]' is true 316 PASS win['frames'] == '[object Window]' is true
317 PASS win['parent'] == '[object Window]' is true 317 PASS win['parent'] == '[object Window]' is true
318 PASS win['parent'] == '[object Window]' is true 318 PASS win['parent'] == '[object Window]' is true
319 PASS win['self'] == '[object Window]' is true 319 PASS win['self'] == '[object Window]' is true
320 PASS win['self'] == '[object Window]' is true 320 PASS win['self'] == '[object Window]' is true
321 PASS win['top'] == '[object Window]' is true 321 PASS win['top'] == '[object Window]' is true
322 PASS win['top'] == '[object Window]' is true 322 PASS win['top'] == '[object Window]' is true
323 PASS win['window'] == '[object Window]' is true 323 PASS win['window'] == '[object Window]' is true
324 PASS win['window'] == '[object Window]' is true 324 PASS win['window'] == '[object Window]' is true
325 PASS win['locationbar'] == '[object BarInfo]' is true 325 PASS win['locationbar'] == '[object BarProp]' is true
326 PASS win['locationbar'] == '[object BarInfo]' is true 326 PASS win['locationbar'] == '[object BarProp]' is true
327 PASS win['menubar'] == '[object BarInfo]' is true 327 PASS win['menubar'] == '[object BarProp]' is true
328 PASS win['menubar'] == '[object BarInfo]' is true 328 PASS win['menubar'] == '[object BarProp]' is true
329 PASS win['personalbar'] == '[object BarInfo]' is true 329 PASS win['personalbar'] == '[object BarProp]' is true
330 PASS win['personalbar'] == '[object BarInfo]' is true 330 PASS win['personalbar'] == '[object BarProp]' is true
331 PASS win['scrollbars'] == '[object BarInfo]' is true 331 PASS win['scrollbars'] == '[object BarProp]' is true
332 PASS win['scrollbars'] == '[object BarInfo]' is true 332 PASS win['scrollbars'] == '[object BarProp]' is true
333 PASS win['statusbar'] == '[object BarInfo]' is true 333 PASS win['statusbar'] == '[object BarProp]' is true
334 PASS win['statusbar'] == '[object BarInfo]' is true 334 PASS win['statusbar'] == '[object BarProp]' is true
335 PASS win['toolbar'] == '[object BarInfo]' is true 335 PASS win['toolbar'] == '[object BarProp]' is true
336 PASS win['toolbar'] == '[object BarInfo]' is true 336 PASS win['toolbar'] == '[object BarProp]' is true
337 PASS win['console'] == '[object Console]' is true 337 PASS win['console'] == '[object Console]' is true
338 PASS win['history'] == '[object History]' is true 338 PASS win['history'] == '[object History]' is true
339 PASS win['navigator'] == '[object Navigator]' is true 339 PASS win['navigator'] == '[object Navigator]' is true
340 PASS win['navigator'] == '[object Navigator]' is true 340 PASS win['navigator'] == '[object Navigator]' is true
341 PASS win['screen'] == '[object Screen]' is true 341 PASS win['screen'] == '[object Screen]' is true
342 PASS win['screen'] == '[object Screen]' is true 342 PASS win['screen'] == '[object Screen]' is true
343 PASS win['clientInformation'] == '[object Navigator]' is true 343 PASS win['clientInformation'] == '[object Navigator]' is true
344 PASS win['clientInformation'] == '[object Navigator]' is true 344 PASS win['clientInformation'] == '[object Navigator]' is true
345 PASS win['document'] == '[object HTMLDocument]' is true 345 PASS win['document'] == '[object HTMLDocument]' is true
346 PASS win['document'] == '[object HTMLDocument]' is true 346 PASS win['document'] == '[object HTMLDocument]' is true
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 PASS typeof win['closed'] is 'boolean' 437 PASS typeof win['closed'] is 'boolean'
438 PASS win['closed'] is false 438 PASS win['closed'] is false
439 PASS typeof win['offscreenBuffering'] is 'boolean' 439 PASS typeof win['offscreenBuffering'] is 'boolean'
440 PASS win['offscreenBuffering'] is true 440 PASS win['offscreenBuffering'] is true
441 PASS typeof win['offscreenBuffering'] is 'boolean' 441 PASS typeof win['offscreenBuffering'] is 'boolean'
442 PASS win['offscreenBuffering'] is true 442 PASS win['offscreenBuffering'] is true
443 PASS successfullyParsed is true 443 PASS successfullyParsed is true
444 444
445 TEST COMPLETE 445 TEST COMPLETE
446 446
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/cross-frame-access-put-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698