| OLD | NEW |
| 1 This page tests getting and setting window properties and functions. | 1 This page tests getting and setting window properties and functions. |
| 2 | 2 |
| 3 | 3 |
| 4 ----- tests for getting/setting read-write properties ----- | 4 ----- tests for getting/setting read-write properties ----- |
| 5 | 5 |
| 6 PASS: canGet('Attr') should be 'true' and is. | 6 PASS: canGet('Attr') should be 'true' and is. |
| 7 PASS: canSet('Attr') should be 'true' and is. | 7 PASS: canSet('Attr') should be 'true' and is. |
| 8 PASS: canGet('CDATASection') should be 'true' and is. | 8 PASS: canGet('CDATASection') should be 'true' and is. |
| 9 PASS: canSet('CDATASection') should be 'true' and is. | 9 PASS: canSet('CDATASection') should be 'true' and is. |
| 10 PASS: canGet('CSSPrimitiveValue') should be 'true' and is. | 10 PASS: canGet('CSSPrimitiveValue') should be 'true' and is. |
| 11 PASS: canSet('CSSPrimitiveValue') should be 'true' and is. | 11 PASS: canSet('CSSPrimitiveValue') should be 'true' and is. |
| 12 PASS: canGet('CSSRule') should be 'true' and is. | 12 PASS: canGet('CSSRule') should be 'true' and is. |
| 13 PASS: canSet('CSSRule') should be 'true' and is. | 13 PASS: canSet('CSSRule') should be 'true' and is. |
| 14 PASS: canGet('CSSStyleDeclaration') should be 'true' and is. | 14 PASS: canGet('CSSStyleDeclaration') should be 'true' and is. |
| 15 PASS: canSet('CSSStyleDeclaration') should be 'true' and is. | 15 PASS: canSet('CSSStyleDeclaration') should be 'true' and is. |
| 16 PASS: canGet('CSSValue') should be 'true' and is. | |
| 17 PASS: canSet('CSSValue') should be 'true' and is. | |
| 18 PASS: canGet('CharacterData') should be 'true' and is. | 16 PASS: canGet('CharacterData') should be 'true' and is. |
| 19 PASS: canSet('CharacterData') should be 'true' and is. | 17 PASS: canSet('CharacterData') should be 'true' and is. |
| 20 PASS: canGet('Comment') should be 'true' and is. | 18 PASS: canGet('Comment') should be 'true' and is. |
| 21 PASS: canSet('Comment') should be 'true' and is. | 19 PASS: canSet('Comment') should be 'true' and is. |
| 22 PASS: canGet('DOMException') should be 'true' and is. | 20 PASS: canGet('DOMException') should be 'true' and is. |
| 23 PASS: canSet('DOMException') should be 'true' and is. | 21 PASS: canSet('DOMException') should be 'true' and is. |
| 24 PASS: canGet('DOMImplementation') should be 'true' and is. | 22 PASS: canGet('DOMImplementation') should be 'true' and is. |
| 25 PASS: canSet('DOMImplementation') should be 'true' and is. | 23 PASS: canSet('DOMImplementation') should be 'true' and is. |
| 26 PASS: canGet('DOMParser') should be 'true' and is. | 24 PASS: canGet('DOMParser') should be 'true' and is. |
| 27 PASS: canSet('DOMParser') should be 'true' and is. | 25 PASS: canSet('DOMParser') should be 'true' and is. |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 PASS: canSetWithCallable('onscroll') should be 'true' and is. | 375 PASS: canSetWithCallable('onscroll') should be 'true' and is. |
| 378 PASS: canGet('onsearch') should be 'true' and is. | 376 PASS: canGet('onsearch') should be 'true' and is. |
| 379 PASS: canSetWithCallable('onsearch') should be 'true' and is. | 377 PASS: canSetWithCallable('onsearch') should be 'true' and is. |
| 380 PASS: canGet('onselect') should be 'true' and is. | 378 PASS: canGet('onselect') should be 'true' and is. |
| 381 PASS: canSetWithCallable('onselect') should be 'true' and is. | 379 PASS: canSetWithCallable('onselect') should be 'true' and is. |
| 382 PASS: canGet('onsubmit') should be 'true' and is. | 380 PASS: canGet('onsubmit') should be 'true' and is. |
| 383 PASS: canSetWithCallable('onsubmit') should be 'true' and is. | 381 PASS: canSetWithCallable('onsubmit') should be 'true' and is. |
| 384 PASS: canGet('onunload') should be 'true' and is. | 382 PASS: canGet('onunload') should be 'true' and is. |
| 385 PASS: canSetWithCallable('onunload') should be 'true' and is. | 383 PASS: canSetWithCallable('onunload') should be 'true' and is. |
| 386 | 384 |
| OLD | NEW |