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. |
(...skipping 17 matching lines...) Expand all Loading... |
28 PASS: canGet('Document') should be 'true' and is. | 28 PASS: canGet('Document') should be 'true' and is. |
29 PASS: canSet('Document') should be 'true' and is. | 29 PASS: canSet('Document') should be 'true' and is. |
30 PASS: canGet('DocumentFragment') should be 'true' and is. | 30 PASS: canGet('DocumentFragment') should be 'true' and is. |
31 PASS: canSet('DocumentFragment') should be 'true' and is. | 31 PASS: canSet('DocumentFragment') should be 'true' and is. |
32 PASS: canGet('DocumentType') should be 'true' and is. | 32 PASS: canGet('DocumentType') should be 'true' and is. |
33 PASS: canSet('DocumentType') should be 'true' and is. | 33 PASS: canSet('DocumentType') should be 'true' and is. |
34 PASS: canGet('Element') should be 'true' and is. | 34 PASS: canGet('Element') should be 'true' and is. |
35 PASS: canSet('Element') should be 'true' and is. | 35 PASS: canSet('Element') should be 'true' and is. |
36 PASS: canGet('Entity') should be 'true' and is. | 36 PASS: canGet('Entity') should be 'true' and is. |
37 PASS: canSet('Entity') should be 'true' and is. | 37 PASS: canSet('Entity') should be 'true' and is. |
38 PASS: canGet('EntityReference') should be 'true' and is. | |
39 PASS: canSet('EntityReference') should be 'true' and is. | |
40 PASS: canGet('EvalError') should be 'true' and is. | 38 PASS: canGet('EvalError') should be 'true' and is. |
41 PASS: canSet('EvalError') should be 'true' and is. | 39 PASS: canSet('EvalError') should be 'true' and is. |
42 PASS: canGet('Event') should be 'true' and is. | 40 PASS: canGet('Event') should be 'true' and is. |
43 PASS: canSet('Event') should be 'true' and is. | 41 PASS: canSet('Event') should be 'true' and is. |
44 PASS: canGet('HTMLAnchorElement') should be 'true' and is. | 42 PASS: canGet('HTMLAnchorElement') should be 'true' and is. |
45 PASS: canSet('HTMLAnchorElement') should be 'true' and is. | 43 PASS: canSet('HTMLAnchorElement') should be 'true' and is. |
46 PASS: canGet('HTMLAppletElement') should be 'true' and is. | 44 PASS: canGet('HTMLAppletElement') should be 'true' and is. |
47 PASS: canSet('HTMLAppletElement') should be 'true' and is. | 45 PASS: canSet('HTMLAppletElement') should be 'true' and is. |
48 PASS: canGet('HTMLAreaElement') should be 'true' and is. | 46 PASS: canGet('HTMLAreaElement') should be 'true' and is. |
49 PASS: canSet('HTMLAreaElement') should be 'true' and is. | 47 PASS: canSet('HTMLAreaElement') should be 'true' and is. |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 PASS: canSet('scrollBy') should be 'true' and is. | 372 PASS: canSet('scrollBy') should be 'true' and is. |
375 PASS: canGet('scrollTo') should be 'true' and is. | 373 PASS: canGet('scrollTo') should be 'true' and is. |
376 PASS: canSet('scrollTo') should be 'true' and is. | 374 PASS: canSet('scrollTo') should be 'true' and is. |
377 PASS: canGet('setInterval') should be 'true' and is. | 375 PASS: canGet('setInterval') should be 'true' and is. |
378 PASS: canSet('setInterval') should be 'true' and is. | 376 PASS: canSet('setInterval') should be 'true' and is. |
379 PASS: canGet('setTimeout') should be 'true' and is. | 377 PASS: canGet('setTimeout') should be 'true' and is. |
380 PASS: canSet('setTimeout') should be 'true' and is. | 378 PASS: canSet('setTimeout') should be 'true' and is. |
381 PASS: canGet('stop') should be 'true' and is. | 379 PASS: canGet('stop') should be 'true' and is. |
382 PASS: canSet('stop') should be 'true' and is. | 380 PASS: canSet('stop') should be 'true' and is. |
383 | 381 |
OLD | NEW |