| OLD | NEW |
| (Empty) |
| 1 instanceof XMLHttpRequest test | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS (new Audio()) instanceof Audio is true | |
| 7 PASS (new Array()) instanceof Audio is false | |
| 8 PASS (new Image()) instanceof Image is true | |
| 9 PASS (new Array()) instanceof Image is false | |
| 10 PASS (new Option()) instanceof Option is true | |
| 11 PASS (new Array()) instanceof Option is false | |
| 12 PASS (new WebKitCSSMatrix()) instanceof WebKitCSSMatrix is true | |
| 13 PASS (new Array()) instanceof WebKitCSSMatrix is false | |
| 14 PASS (new Worker('instanceof-operator-dummy-worker.js')) instanceof Worker is tr
ue | |
| 15 PASS (new Array()) instanceof Worker is false | |
| 16 PASS (new XMLHttpRequest()) instanceof XMLHttpRequest is true | |
| 17 PASS (new Array()) instanceof XMLHttpRequest is false | |
| 18 PASS (new XSLTProcessor()) instanceof XSLTProcessor is true | |
| 19 PASS (new Array()) instanceof XSLTProcessor is false | |
| 20 PASS successfullyParsed is true | |
| 21 | |
| 22 TEST COMPLETE | |
| 23 | |
| OLD | NEW |