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