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

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

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 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 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 PASS 'function DocumentFragment() { [native code] }' is 'function DocumentFragme nt() { [native code] }' 101 PASS 'function DocumentFragment() { [native code] }' is 'function DocumentFragme nt() { [native code] }'
102 PASS 'function DocumentFragment() { [native code] }' is 'function DocumentFragme nt() { [native code] }' 102 PASS 'function DocumentFragment() { [native code] }' is 'function DocumentFragme nt() { [native code] }'
103 PASS 'function DocumentType() { [native code] }' is 'function DocumentType() { [ native code] }' 103 PASS 'function DocumentType() { [native code] }' is 'function DocumentType() { [ native code] }'
104 PASS 'function DocumentType() { [native code] }' is 'function DocumentType() { [ native code] }' 104 PASS 'function DocumentType() { [native code] }' is 'function DocumentType() { [ native code] }'
105 PASS 'function Element() { [native code] }' is 'function Element() { [native cod e] }' 105 PASS 'function Element() { [native code] }' is 'function Element() { [native cod e] }'
106 PASS 'function Element() { [native code] }' is 'function Element() { [native cod e] }' 106 PASS 'function Element() { [native code] }' is 'function Element() { [native cod e] }'
107 PASS 'function Event() { [native code] }' is 'function Event() { [native code] } ' 107 PASS 'function Event() { [native code] }' is 'function Event() { [native code] } '
108 PASS 'function Event() { [native code] }' is 'function Event() { [native code] } ' 108 PASS 'function Event() { [native code] }' is 'function Event() { [native code] } '
109 PASS 'function HTMLAnchorElement() { [native code] }' is 'function HTMLAnchorEle ment() { [native code] }' 109 PASS 'function HTMLAnchorElement() { [native code] }' is 'function HTMLAnchorEle ment() { [native code] }'
110 PASS 'function HTMLAnchorElement() { [native code] }' is 'function HTMLAnchorEle ment() { [native code] }' 110 PASS 'function HTMLAnchorElement() { [native code] }' is 'function HTMLAnchorEle ment() { [native code] }'
111 PASS 'function HTMLAppletElement() { [native code] }' is 'function HTMLAppletEle ment() { [native code] }'
112 PASS 'function HTMLAppletElement() { [native code] }' is 'function HTMLAppletEle ment() { [native code] }'
113 PASS 'function HTMLAreaElement() { [native code] }' is 'function HTMLAreaElement () { [native code] }' 111 PASS 'function HTMLAreaElement() { [native code] }' is 'function HTMLAreaElement () { [native code] }'
114 PASS 'function HTMLAreaElement() { [native code] }' is 'function HTMLAreaElement () { [native code] }' 112 PASS 'function HTMLAreaElement() { [native code] }' is 'function HTMLAreaElement () { [native code] }'
115 PASS 'function HTMLBRElement() { [native code] }' is 'function HTMLBRElement() { [native code] }' 113 PASS 'function HTMLBRElement() { [native code] }' is 'function HTMLBRElement() { [native code] }'
116 PASS 'function HTMLBRElement() { [native code] }' is 'function HTMLBRElement() { [native code] }' 114 PASS 'function HTMLBRElement() { [native code] }' is 'function HTMLBRElement() { [native code] }'
117 PASS 'function HTMLBaseElement() { [native code] }' is 'function HTMLBaseElement () { [native code] }' 115 PASS 'function HTMLBaseElement() { [native code] }' is 'function HTMLBaseElement () { [native code] }'
118 PASS 'function HTMLBaseElement() { [native code] }' is 'function HTMLBaseElement () { [native code] }' 116 PASS 'function HTMLBaseElement() { [native code] }' is 'function HTMLBaseElement () { [native code] }'
119 PASS 'function HTMLBodyElement() { [native code] }' is 'function HTMLBodyElement () { [native code] }' 117 PASS 'function HTMLBodyElement() { [native code] }' is 'function HTMLBodyElement () { [native code] }'
120 PASS 'function HTMLBodyElement() { [native code] }' is 'function HTMLBodyElement () { [native code] }' 118 PASS 'function HTMLBodyElement() { [native code] }' is 'function HTMLBodyElement () { [native code] }'
121 PASS 'function HTMLButtonElement() { [native code] }' is 'function HTMLButtonEle ment() { [native code] }' 119 PASS 'function HTMLButtonElement() { [native code] }' is 'function HTMLButtonEle ment() { [native code] }'
122 PASS 'function HTMLButtonElement() { [native code] }' is 'function HTMLButtonEle ment() { [native code] }' 120 PASS 'function HTMLButtonElement() { [native code] }' is 'function HTMLButtonEle ment() { [native code] }'
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 PASS typeof win['closed'] is 'boolean' 409 PASS typeof win['closed'] is 'boolean'
412 PASS win['closed'] is false 410 PASS win['closed'] is false
413 PASS typeof win['offscreenBuffering'] is 'boolean' 411 PASS typeof win['offscreenBuffering'] is 'boolean'
414 PASS win['offscreenBuffering'] is true 412 PASS win['offscreenBuffering'] is true
415 PASS typeof win['offscreenBuffering'] is 'boolean' 413 PASS typeof win['offscreenBuffering'] is 'boolean'
416 PASS win['offscreenBuffering'] is true 414 PASS win['offscreenBuffering'] is true
417 PASS successfullyParsed is true 415 PASS successfullyParsed is true
418 416
419 TEST COMPLETE 417 TEST COMPLETE
420 418
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/resources/window-properties.js ('k') | LayoutTests/fast/dom/Window/window-property-shadowing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698