OLD | NEW |
1 This test checks some DOM object prototypes that WebKit has gotten wrong in the
past. If the test passes, you'll see a series of 'PASS' messages below. | 1 This test checks some DOM object prototypes that WebKit has gotten wrong in the
past. If the test passes, you'll see a series of 'PASS' messages below. |
2 | 2 |
3 PASS: Object.prototype.isPrototypeOf(window.DOMException) should be true and is. | 3 PASS: Object.prototype.isPrototypeOf(window.DOMException) should be true and is. |
4 PASS: Object.prototype.isPrototypeOf(window.Option) should be true and is. | 4 PASS: Object.prototype.isPrototypeOf(window.Option) should be true and is. |
5 PASS: Object.prototype.isPrototypeOf(cssValue) should be true and is. | |
6 PASS: Object.prototype.isPrototypeOf(rgbColor) should be true and is. | |
7 PASS: Object.prototype.isPrototypeOf(rect) should be true and is. | |
8 PASS: Object.prototype.isPrototypeOf(styleSheetList) should be true and is. | 5 PASS: Object.prototype.isPrototypeOf(styleSheetList) should be true and is. |
9 PASS: Object.prototype.isPrototypeOf(styleSheet) should be true and is. | 6 PASS: Object.prototype.isPrototypeOf(styleSheet) should be true and is. |
10 PASS: Object.prototype.isPrototypeOf(cssRule) should be true and is. | 7 PASS: Object.prototype.isPrototypeOf(cssRule) should be true and is. |
11 PASS: Object.prototype.isPrototypeOf(nodeList) should be true and is. | 8 PASS: Object.prototype.isPrototypeOf(nodeList) should be true and is. |
12 PASS: Object.prototype.isPrototypeOf(namedNodesCollection) should be true and is
. | 9 PASS: Object.prototype.isPrototypeOf(namedNodesCollection) should be true and is
. |
13 | 10 |
OLD | NEW |