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

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

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 PASS win['menubar'] == '[object BarProp]' is true 297 PASS win['menubar'] == '[object BarProp]' is true
298 PASS win['menubar'] == '[object BarProp]' is true 298 PASS win['menubar'] == '[object BarProp]' is true
299 PASS win['personalbar'] == '[object BarProp]' is true 299 PASS win['personalbar'] == '[object BarProp]' is true
300 PASS win['personalbar'] == '[object BarProp]' is true 300 PASS win['personalbar'] == '[object BarProp]' is true
301 PASS win['scrollbars'] == '[object BarProp]' is true 301 PASS win['scrollbars'] == '[object BarProp]' is true
302 PASS win['scrollbars'] == '[object BarProp]' is true 302 PASS win['scrollbars'] == '[object BarProp]' is true
303 PASS win['statusbar'] == '[object BarProp]' is true 303 PASS win['statusbar'] == '[object BarProp]' is true
304 PASS win['statusbar'] == '[object BarProp]' is true 304 PASS win['statusbar'] == '[object BarProp]' is true
305 PASS win['toolbar'] == '[object BarProp]' is true 305 PASS win['toolbar'] == '[object BarProp]' is true
306 PASS win['toolbar'] == '[object BarProp]' is true 306 PASS win['toolbar'] == '[object BarProp]' is true
307 PASS win['console'] == '[object Console]' is true 307 PASS win['console'] == '[object Object]' is true
dgozman 2016/04/08 18:18:46 Can we set a constructor name?
kozy 2016/04/08 23:56:50 Done.
308 PASS win['history'] == '[object History]' is true 308 PASS win['history'] == '[object History]' is true
309 PASS win['navigator'] == '[object Navigator]' is true 309 PASS win['navigator'] == '[object Navigator]' is true
310 PASS win['navigator'] == '[object Navigator]' is true 310 PASS win['navigator'] == '[object Navigator]' is true
311 PASS win['screen'] == '[object Screen]' is true 311 PASS win['screen'] == '[object Screen]' is true
312 PASS win['screen'] == '[object Screen]' is true 312 PASS win['screen'] == '[object Screen]' is true
313 PASS win['clientInformation'] == '[object Navigator]' is true 313 PASS win['clientInformation'] == '[object Navigator]' is true
314 PASS win['clientInformation'] == '[object Navigator]' is true 314 PASS win['clientInformation'] == '[object Navigator]' is true
315 PASS win['document'] == '[object HTMLDocument]' is true 315 PASS win['document'] == '[object HTMLDocument]' is true
316 PASS win['document'] == '[object HTMLDocument]' is true 316 PASS win['document'] == '[object HTMLDocument]' is true
317 PASS win['location'] matched original 317 PASS win['location'] matched original
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 PASS typeof win['closed'] is 'boolean' 407 PASS typeof win['closed'] is 'boolean'
408 PASS win['closed'] is false 408 PASS win['closed'] is false
409 PASS typeof win['offscreenBuffering'] is 'boolean' 409 PASS typeof win['offscreenBuffering'] is 'boolean'
410 PASS win['offscreenBuffering'] is true 410 PASS win['offscreenBuffering'] is true
411 PASS typeof win['offscreenBuffering'] is 'boolean' 411 PASS typeof win['offscreenBuffering'] is 'boolean'
412 PASS win['offscreenBuffering'] is true 412 PASS win['offscreenBuffering'] is true
413 PASS successfullyParsed is true 413 PASS successfullyParsed is true
414 414
415 TEST COMPLETE 415 TEST COMPLETE
416 416
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698