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

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

Issue 17239008: Remove XPathException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 PASS 'function WheelEvent() { [native code] }' is 'function WheelEvent() { [nati ve code] }' 295 PASS 'function WheelEvent() { [native code] }' is 'function WheelEvent() { [nati ve code] }'
296 PASS 'function WheelEvent() { [native code] }' is 'function WheelEvent() { [nati ve code] }' 296 PASS 'function WheelEvent() { [native code] }' is 'function WheelEvent() { [nati ve code] }'
297 PASS 'function Document() { [native code] }' is 'function Document() { [native c ode] }' 297 PASS 'function Document() { [native code] }' is 'function Document() { [native c ode] }'
298 PASS 'function Document() { [native code] }' is 'function Document() { [native c ode] }' 298 PASS 'function Document() { [native code] }' is 'function Document() { [native c ode] }'
299 PASS 'function XMLHttpRequest() { [native code] }' is 'function XMLHttpRequest() { [native code] }' 299 PASS 'function XMLHttpRequest() { [native code] }' is 'function XMLHttpRequest() { [native code] }'
300 PASS 'function XMLHttpRequest() { [native code] }' is 'function XMLHttpRequest() { [native code] }' 300 PASS 'function XMLHttpRequest() { [native code] }' is 'function XMLHttpRequest() { [native code] }'
301 PASS 'function XMLSerializer() { [native code] }' is 'function XMLSerializer() { [native code] }' 301 PASS 'function XMLSerializer() { [native code] }' is 'function XMLSerializer() { [native code] }'
302 PASS 'function XMLSerializer() { [native code] }' is 'function XMLSerializer() { [native code] }' 302 PASS 'function XMLSerializer() { [native code] }' is 'function XMLSerializer() { [native code] }'
303 PASS 'function XPathEvaluator() { [native code] }' is 'function XPathEvaluator() { [native code] }' 303 PASS 'function XPathEvaluator() { [native code] }' is 'function XPathEvaluator() { [native code] }'
304 PASS 'function XPathEvaluator() { [native code] }' is 'function XPathEvaluator() { [native code] }' 304 PASS 'function XPathEvaluator() { [native code] }' is 'function XPathEvaluator() { [native code] }'
305 PASS 'function XPathException() { [native code] }' is 'function XPathException() { [native code] }'
306 PASS 'function XPathException() { [native code] }' is 'function XPathException() { [native code] }'
307 PASS 'function XPathResult() { [native code] }' is 'function XPathResult() { [na tive code] }' 305 PASS 'function XPathResult() { [native code] }' is 'function XPathResult() { [na tive code] }'
308 PASS 'function XPathResult() { [native code] }' is 'function XPathResult() { [na tive code] }' 306 PASS 'function XPathResult() { [native code] }' is 'function XPathResult() { [na tive code] }'
309 PASS 'function XSLTProcessor() { [native code] }' is 'function XSLTProcessor() { [native code] }' 307 PASS 'function XSLTProcessor() { [native code] }' is 'function XSLTProcessor() { [native code] }'
310 PASS 'function XSLTProcessor() { [native code] }' is 'function XSLTProcessor() { [native code] }' 308 PASS 'function XSLTProcessor() { [native code] }' is 'function XSLTProcessor() { [native code] }'
311 PASS win['onload'] is null 309 PASS win['onload'] is null
312 PASS win['onload'] is null 310 PASS win['onload'] is null
313 PASS win['frames'] == '[object Window]' is true 311 PASS win['frames'] == '[object Window]' is true
314 PASS win['frames'] == '[object Window]' is true 312 PASS win['frames'] == '[object Window]' is true
315 PASS win['parent'] == '[object Window]' is true 313 PASS win['parent'] == '[object Window]' is true
316 PASS win['parent'] == '[object Window]' is true 314 PASS win['parent'] == '[object Window]' is true
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 PASS typeof win['closed'] is 'boolean' 433 PASS typeof win['closed'] is 'boolean'
436 PASS win['closed'] is false 434 PASS win['closed'] is false
437 PASS typeof win['offscreenBuffering'] is 'boolean' 435 PASS typeof win['offscreenBuffering'] is 'boolean'
438 PASS win['offscreenBuffering'] is true 436 PASS win['offscreenBuffering'] is true
439 PASS typeof win['offscreenBuffering'] is 'boolean' 437 PASS typeof win['offscreenBuffering'] is 'boolean'
440 PASS win['offscreenBuffering'] is true 438 PASS win['offscreenBuffering'] is true
441 PASS successfullyParsed is true 439 PASS successfullyParsed is true
442 440
443 TEST COMPLETE 441 TEST COMPLETE
444 442
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698