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

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

Issue 143673005: Remove Entity interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 PASS 'function DOMParser() { [native code] }' is 'function DOMParser() { [native code] }' 107 PASS 'function DOMParser() { [native code] }' is 'function DOMParser() { [native code] }'
108 PASS 'function DOMParser() { [native code] }' is 'function DOMParser() { [native code] }' 108 PASS 'function DOMParser() { [native code] }' is 'function DOMParser() { [native code] }'
109 PASS 'function Document() { [native code] }' is 'function Document() { [native c ode] }' 109 PASS 'function Document() { [native code] }' is 'function Document() { [native c ode] }'
110 PASS 'function Document() { [native code] }' is 'function Document() { [native c ode] }' 110 PASS 'function Document() { [native code] }' is 'function Document() { [native c ode] }'
111 PASS 'function DocumentFragment() { [native code] }' is 'function DocumentFragme nt() { [native code] }' 111 PASS 'function DocumentFragment() { [native code] }' is 'function DocumentFragme nt() { [native code] }'
112 PASS 'function DocumentFragment() { [native code] }' is 'function DocumentFragme nt() { [native code] }' 112 PASS 'function DocumentFragment() { [native code] }' is 'function DocumentFragme nt() { [native code] }'
113 PASS 'function DocumentType() { [native code] }' is 'function DocumentType() { [ native code] }' 113 PASS 'function DocumentType() { [native code] }' is 'function DocumentType() { [ native code] }'
114 PASS 'function DocumentType() { [native code] }' is 'function DocumentType() { [ native code] }' 114 PASS 'function DocumentType() { [native code] }' is 'function DocumentType() { [ native code] }'
115 PASS 'function Element() { [native code] }' is 'function Element() { [native cod e] }' 115 PASS 'function Element() { [native code] }' is 'function Element() { [native cod e] }'
116 PASS 'function Element() { [native code] }' is 'function Element() { [native cod e] }' 116 PASS 'function Element() { [native code] }' is 'function Element() { [native cod e] }'
117 PASS 'function Entity() { [native code] }' is 'function Entity() { [native code] }'
118 PASS 'function Entity() { [native code] }' is 'function Entity() { [native code] }'
119 PASS 'function Event() { [native code] }' is 'function Event() { [native code] } ' 117 PASS 'function Event() { [native code] }' is 'function Event() { [native code] } '
120 PASS 'function Event() { [native code] }' is 'function Event() { [native code] } ' 118 PASS 'function Event() { [native code] }' is 'function Event() { [native code] } '
121 PASS 'function HTMLAnchorElement() { [native code] }' is 'function HTMLAnchorEle ment() { [native code] }' 119 PASS 'function HTMLAnchorElement() { [native code] }' is 'function HTMLAnchorEle ment() { [native code] }'
122 PASS 'function HTMLAnchorElement() { [native code] }' is 'function HTMLAnchorEle ment() { [native code] }' 120 PASS 'function HTMLAnchorElement() { [native code] }' is 'function HTMLAnchorEle ment() { [native code] }'
123 PASS 'function HTMLAppletElement() { [native code] }' is 'function HTMLAppletEle ment() { [native code] }' 121 PASS 'function HTMLAppletElement() { [native code] }' is 'function HTMLAppletEle ment() { [native code] }'
124 PASS 'function HTMLAppletElement() { [native code] }' is 'function HTMLAppletEle ment() { [native code] }' 122 PASS 'function HTMLAppletElement() { [native code] }' is 'function HTMLAppletEle ment() { [native code] }'
125 PASS 'function HTMLAreaElement() { [native code] }' is 'function HTMLAreaElement () { [native code] }' 123 PASS 'function HTMLAreaElement() { [native code] }' is 'function HTMLAreaElement () { [native code] }'
126 PASS 'function HTMLAreaElement() { [native code] }' is 'function HTMLAreaElement () { [native code] }' 124 PASS 'function HTMLAreaElement() { [native code] }' is 'function HTMLAreaElement () { [native code] }'
127 PASS 'function HTMLBRElement() { [native code] }' is 'function HTMLBRElement() { [native code] }' 125 PASS 'function HTMLBRElement() { [native code] }' is 'function HTMLBRElement() { [native code] }'
128 PASS 'function HTMLBRElement() { [native code] }' is 'function HTMLBRElement() { [native code] }' 126 PASS 'function HTMLBRElement() { [native code] }' is 'function HTMLBRElement() { [native code] }'
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 PASS typeof win['closed'] is 'boolean' 429 PASS typeof win['closed'] is 'boolean'
432 PASS win['closed'] is false 430 PASS win['closed'] is false
433 PASS typeof win['offscreenBuffering'] is 'boolean' 431 PASS typeof win['offscreenBuffering'] is 'boolean'
434 PASS win['offscreenBuffering'] is true 432 PASS win['offscreenBuffering'] is true
435 PASS typeof win['offscreenBuffering'] is 'boolean' 433 PASS typeof win['offscreenBuffering'] is 'boolean'
436 PASS win['offscreenBuffering'] is true 434 PASS win['offscreenBuffering'] is true
437 PASS successfullyParsed is true 435 PASS successfullyParsed is true
438 436
439 TEST COMPLETE 437 TEST COMPLETE
440 438
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