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

Side by Side Diff: LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt

Issue 521883003: Remove WebKitPoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 instanceof XMLHttpRequest test 1 instanceof XMLHttpRequest test
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 PASS (new Audio()) instanceof Audio is true 6 PASS (new Audio()) instanceof Audio is true
7 PASS (new Array()) instanceof Audio is false 7 PASS (new Array()) instanceof Audio is false
8 PASS (new Image()) instanceof Image is true 8 PASS (new Image()) instanceof Image is true
9 PASS (new Array()) instanceof Image is false 9 PASS (new Array()) instanceof Image is false
10 PASS (new Option()) instanceof Option is true 10 PASS (new Option()) instanceof Option is true
11 PASS (new Array()) instanceof Option is false 11 PASS (new Array()) instanceof Option is false
12 PASS (new WebKitCSSMatrix()) instanceof WebKitCSSMatrix is true 12 PASS (new WebKitCSSMatrix()) instanceof WebKitCSSMatrix is true
13 PASS (new Array()) instanceof WebKitCSSMatrix is false 13 PASS (new Array()) instanceof WebKitCSSMatrix is false
14 PASS (new WebKitPoint()) instanceof WebKitPoint is true
15 PASS (new Array()) instanceof WebKitPoint is false
16 PASS (new Worker('instanceof-operator-dummy-worker.js')) instanceof Worker is tr ue 14 PASS (new Worker('instanceof-operator-dummy-worker.js')) instanceof Worker is tr ue
17 PASS (new Array()) instanceof Worker is false 15 PASS (new Array()) instanceof Worker is false
18 PASS (new XMLHttpRequest()) instanceof XMLHttpRequest is true 16 PASS (new XMLHttpRequest()) instanceof XMLHttpRequest is true
19 PASS (new Array()) instanceof XMLHttpRequest is false 17 PASS (new Array()) instanceof XMLHttpRequest is false
20 PASS (new XSLTProcessor()) instanceof XSLTProcessor is true 18 PASS (new XSLTProcessor()) instanceof XSLTProcessor is true
21 PASS (new Array()) instanceof XSLTProcessor is false 19 PASS (new Array()) instanceof XSLTProcessor is false
22 PASS successfullyParsed is true 20 PASS successfullyParsed is true
23 21
24 TEST COMPLETE 22 TEST COMPLETE
25 23
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/constructor-length-expected.txt ('k') | LayoutTests/fast/js/script-tests/instanceof-XMLHttpRequest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698