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

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

Issue 491693003: Remove the Notation interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 PASS 'function MutationEvent() { [native code] }' is 'function MutationEvent() { [native code] }' 237 PASS 'function MutationEvent() { [native code] }' is 'function MutationEvent() { [native code] }'
238 PASS 'function MutationEvent() { [native code] }' is 'function MutationEvent() { [native code] }' 238 PASS 'function MutationEvent() { [native code] }' is 'function MutationEvent() { [native code] }'
239 PASS 'function NamedNodeMap() { [native code] }' is 'function NamedNodeMap() { [ native code] }' 239 PASS 'function NamedNodeMap() { [native code] }' is 'function NamedNodeMap() { [ native code] }'
240 PASS 'function NamedNodeMap() { [native code] }' is 'function NamedNodeMap() { [ native code] }' 240 PASS 'function NamedNodeMap() { [native code] }' is 'function NamedNodeMap() { [ native code] }'
241 PASS 'function Node() { [native code] }' is 'function Node() { [native code] }' 241 PASS 'function Node() { [native code] }' is 'function Node() { [native code] }'
242 PASS 'function Node() { [native code] }' is 'function Node() { [native code] }' 242 PASS 'function Node() { [native code] }' is 'function Node() { [native code] }'
243 PASS 'function NodeFilter() { [native code] }' is 'function NodeFilter() { [nati ve code] }' 243 PASS 'function NodeFilter() { [native code] }' is 'function NodeFilter() { [nati ve code] }'
244 PASS 'function NodeFilter() { [native code] }' is 'function NodeFilter() { [nati ve code] }' 244 PASS 'function NodeFilter() { [native code] }' is 'function NodeFilter() { [nati ve code] }'
245 PASS 'function NodeList() { [native code] }' is 'function NodeList() { [native c ode] }' 245 PASS 'function NodeList() { [native code] }' is 'function NodeList() { [native c ode] }'
246 PASS 'function NodeList() { [native code] }' is 'function NodeList() { [native c ode] }' 246 PASS 'function NodeList() { [native code] }' is 'function NodeList() { [native c ode] }'
247 PASS 'function Notation() { [native code] }' is 'function Notation() { [native c ode] }'
248 PASS 'function Notation() { [native code] }' is 'function Notation() { [native c ode] }'
249 PASS 'function OverflowEvent() { [native code] }' is 'function OverflowEvent() { [native code] }' 247 PASS 'function OverflowEvent() { [native code] }' is 'function OverflowEvent() { [native code] }'
250 PASS 'function OverflowEvent() { [native code] }' is 'function OverflowEvent() { [native code] }' 248 PASS 'function OverflowEvent() { [native code] }' is 'function OverflowEvent() { [native code] }'
251 PASS 'function ProcessingInstruction() { [native code] }' is 'function Processin gInstruction() { [native code] }' 249 PASS 'function ProcessingInstruction() { [native code] }' is 'function Processin gInstruction() { [native code] }'
252 PASS 'function ProcessingInstruction() { [native code] }' is 'function Processin gInstruction() { [native code] }' 250 PASS 'function ProcessingInstruction() { [native code] }' is 'function Processin gInstruction() { [native code] }'
253 PASS 'function ProgressEvent() { [native code] }' is 'function ProgressEvent() { [native code] }' 251 PASS 'function ProgressEvent() { [native code] }' is 'function ProgressEvent() { [native code] }'
254 PASS 'function ProgressEvent() { [native code] }' is 'function ProgressEvent() { [native code] }' 252 PASS 'function ProgressEvent() { [native code] }' is 'function ProgressEvent() { [native code] }'
255 PASS 'function Range() { [native code] }' is 'function Range() { [native code] } ' 253 PASS 'function Range() { [native code] }' is 'function Range() { [native code] } '
256 PASS 'function Range() { [native code] }' is 'function Range() { [native code] } ' 254 PASS 'function Range() { [native code] }' is 'function Range() { [native code] } '
257 PASS 'function Rect() { [native code] }' is 'function Rect() { [native code] }' 255 PASS 'function Rect() { [native code] }' is 'function Rect() { [native code] }'
258 PASS 'function Rect() { [native code] }' is 'function Rect() { [native code] }' 256 PASS 'function Rect() { [native code] }' is 'function Rect() { [native code] }'
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 PASS typeof win['closed'] is 'boolean' 427 PASS typeof win['closed'] is 'boolean'
430 PASS win['closed'] is false 428 PASS win['closed'] is false
431 PASS typeof win['offscreenBuffering'] is 'boolean' 429 PASS typeof win['offscreenBuffering'] is 'boolean'
432 PASS win['offscreenBuffering'] is true 430 PASS win['offscreenBuffering'] is true
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 successfullyParsed is true 433 PASS successfullyParsed is true
436 434
437 TEST COMPLETE 435 TEST COMPLETE
438 436
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