| OLD | NEW |
| 1 This tests that functions of the window object and it's prototype have precedenc
e in lookup over elements with id's of the same name. | 1 This tests that functions of the window object and it's prototype have precedenc
e in lookup over elements with id's of the same name. |
| 2 | 2 |
| 3 PASS: typeof window.getSelection should be function and is. | 3 PASS: typeof window.getSelection should be function and is. |
| 4 PASS: typeof window.focus should be function and is. | 4 PASS: typeof window.focus should be function and is. |
| 5 PASS: typeof window.blur should be function and is. | 5 PASS: typeof window.blur should be function and is. |
| 6 PASS: typeof window.close should be function and is. | 6 PASS: typeof window.close should be function and is. |
| 7 PASS: typeof window.print should be function and is. | 7 PASS: typeof window.print should be function and is. |
| 8 PASS: typeof window.stop should be function and is. | 8 PASS: typeof window.stop should be function and is. |
| 9 PASS: typeof window.alert should be function and is. | 9 PASS: typeof window.alert should be function and is. |
| 10 PASS: typeof window.confirm should be function and is. | 10 PASS: typeof window.confirm should be function and is. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 PASS: typeof window.postMessage should be function and is. | 23 PASS: typeof window.postMessage should be function and is. |
| 24 PASS: typeof window.atob should be function and is. | 24 PASS: typeof window.atob should be function and is. |
| 25 PASS: typeof window.btoa should be function and is. | 25 PASS: typeof window.btoa should be function and is. |
| 26 PASS: typeof window.open should be function and is. | 26 PASS: typeof window.open should be function and is. |
| 27 PASS: typeof window.setTimeout should be function and is. | 27 PASS: typeof window.setTimeout should be function and is. |
| 28 PASS: typeof window.clearTimeout should be function and is. | 28 PASS: typeof window.clearTimeout should be function and is. |
| 29 PASS: typeof window.setInterval should be function and is. | 29 PASS: typeof window.setInterval should be function and is. |
| 30 PASS: typeof window.clearInterval should be function and is. | 30 PASS: typeof window.clearInterval should be function and is. |
| 31 PASS: typeof window.addEventListener should be function and is. | 31 PASS: typeof window.addEventListener should be function and is. |
| 32 PASS: typeof window.removeEventListener should be function and is. | 32 PASS: typeof window.removeEventListener should be function and is. |
| 33 PASS: typeof window.captureEvents should be function and is. | |
| 34 PASS: typeof window.releaseEvents should be function and is. | |
| 35 PASS: typeof window.eval should be function and is. | 33 PASS: typeof window.eval should be function and is. |
| 36 PASS: typeof window.parseInt should be function and is. | 34 PASS: typeof window.parseInt should be function and is. |
| 37 PASS: typeof window.parseFloat should be function and is. | 35 PASS: typeof window.parseFloat should be function and is. |
| 38 PASS: typeof window.isNaN should be function and is. | 36 PASS: typeof window.isNaN should be function and is. |
| 39 PASS: typeof window.isFinite should be function and is. | 37 PASS: typeof window.isFinite should be function and is. |
| 40 PASS: typeof window.escape should be function and is. | 38 PASS: typeof window.escape should be function and is. |
| 41 PASS: typeof window.unescape should be function and is. | 39 PASS: typeof window.unescape should be function and is. |
| 42 PASS: typeof window.decodeURI should be function and is. | 40 PASS: typeof window.decodeURI should be function and is. |
| 43 PASS: typeof window.decodeURIComponent should be function and is. | 41 PASS: typeof window.decodeURIComponent should be function and is. |
| 44 PASS: typeof window.encodeURI should be function and is. | 42 PASS: typeof window.encodeURI should be function and is. |
| 45 PASS: typeof window.encodeURIComponent should be function and is. | 43 PASS: typeof window.encodeURIComponent should be function and is. |
| 46 PASS: typeof window.toString should be function and is. | 44 PASS: typeof window.toString should be function and is. |
| 47 PASS: typeof window.toLocaleString should be function and is. | 45 PASS: typeof window.toLocaleString should be function and is. |
| 48 PASS: typeof window.valueOf should be function and is. | 46 PASS: typeof window.valueOf should be function and is. |
| 49 PASS: typeof window.hasOwnProperty should be function and is. | 47 PASS: typeof window.hasOwnProperty should be function and is. |
| 50 PASS: typeof window.propertyIsEnumerable should be function and is. | 48 PASS: typeof window.propertyIsEnumerable should be function and is. |
| 51 PASS: typeof window.isPrototypeOf should be function and is. | 49 PASS: typeof window.isPrototypeOf should be function and is. |
| 52 PASS: typeof window.__defineGetter__ should be function and is. | 50 PASS: typeof window.__defineGetter__ should be function and is. |
| 53 PASS: typeof window.__defineSetter__ should be function and is. | 51 PASS: typeof window.__defineSetter__ should be function and is. |
| 54 PASS: typeof window.__lookupGetter__ should be function and is. | 52 PASS: typeof window.__lookupGetter__ should be function and is. |
| 55 PASS: typeof window.__lookupSetter__ should be function and is. | 53 PASS: typeof window.__lookupSetter__ should be function and is. |
| 56 PASS: typeof window.myFunction should be function and is. | 54 PASS: typeof window.myFunction should be function and is. |
| 57 PASS: typeof window.myPrototypeFunction should be function and is. | 55 PASS: typeof window.myPrototypeFunction should be function and is. |
| OLD | NEW |