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. | |
11 PASS: canSet('CSSPrimitiveValue') should be 'true' and is. | |
12 PASS: canGet('CSSRule') should be 'true' and is. | 10 PASS: canGet('CSSRule') should be 'true' and is. |
13 PASS: canSet('CSSRule') should be 'true' and is. | 11 PASS: canSet('CSSRule') should be 'true' and is. |
14 PASS: canGet('CSSStyleDeclaration') should be 'true' and is. | 12 PASS: canGet('CSSStyleDeclaration') should be 'true' and is. |
15 PASS: canSet('CSSStyleDeclaration') should be 'true' and is. | 13 PASS: canSet('CSSStyleDeclaration') should be 'true' and is. |
16 PASS: canGet('CharacterData') should be 'true' and is. | 14 PASS: canGet('CharacterData') should be 'true' and is. |
17 PASS: canSet('CharacterData') should be 'true' and is. | 15 PASS: canSet('CharacterData') should be 'true' and is. |
18 PASS: canGet('Comment') should be 'true' and is. | 16 PASS: canGet('Comment') should be 'true' and is. |
19 PASS: canSet('Comment') should be 'true' and is. | 17 PASS: canSet('Comment') should be 'true' and is. |
20 PASS: canGet('DOMException') should be 'true' and is. | 18 PASS: canGet('DOMException') should be 'true' and is. |
21 PASS: canSet('DOMException') should be 'true' and is. | 19 PASS: canSet('DOMException') should be 'true' and is. |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 PASS: canSetWithCallable('onscroll') should be 'true' and is. | 373 PASS: canSetWithCallable('onscroll') should be 'true' and is. |
376 PASS: canGet('onsearch') should be 'true' and is. | 374 PASS: canGet('onsearch') should be 'true' and is. |
377 PASS: canSetWithCallable('onsearch') should be 'true' and is. | 375 PASS: canSetWithCallable('onsearch') should be 'true' and is. |
378 PASS: canGet('onselect') should be 'true' and is. | 376 PASS: canGet('onselect') should be 'true' and is. |
379 PASS: canSetWithCallable('onselect') should be 'true' and is. | 377 PASS: canSetWithCallable('onselect') should be 'true' and is. |
380 PASS: canGet('onsubmit') should be 'true' and is. | 378 PASS: canGet('onsubmit') should be 'true' and is. |
381 PASS: canSetWithCallable('onsubmit') should be 'true' and is. | 379 PASS: canSetWithCallable('onsubmit') should be 'true' and is. |
382 PASS: canGet('onunload') should be 'true' and is. | 380 PASS: canGet('onunload') should be 'true' and is. |
383 PASS: canSetWithCallable('onunload') should be 'true' and is. | 381 PASS: canSetWithCallable('onunload') should be 'true' and is. |
384 | 382 |
OLD | NEW |