| 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('CSSRule') should be 'true' and is. | 10 PASS: canGet('CSSRule') should be 'true' and is. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 PASS: canGet('DocumentType') should be 'true' and is. | 28 PASS: canGet('DocumentType') should be 'true' and is. |
| 29 PASS: canSet('DocumentType') should be 'true' and is. | 29 PASS: canSet('DocumentType') should be 'true' and is. |
| 30 PASS: canGet('Element') should be 'true' and is. | 30 PASS: canGet('Element') should be 'true' and is. |
| 31 PASS: canSet('Element') should be 'true' and is. | 31 PASS: canSet('Element') should be 'true' and is. |
| 32 PASS: canGet('EvalError') should be 'true' and is. | 32 PASS: canGet('EvalError') should be 'true' and is. |
| 33 PASS: canSet('EvalError') should be 'true' and is. | 33 PASS: canSet('EvalError') should be 'true' and is. |
| 34 PASS: canGet('Event') should be 'true' and is. | 34 PASS: canGet('Event') should be 'true' and is. |
| 35 PASS: canSet('Event') should be 'true' and is. | 35 PASS: canSet('Event') should be 'true' and is. |
| 36 PASS: canGet('HTMLAnchorElement') should be 'true' and is. | 36 PASS: canGet('HTMLAnchorElement') should be 'true' and is. |
| 37 PASS: canSet('HTMLAnchorElement') should be 'true' and is. | 37 PASS: canSet('HTMLAnchorElement') should be 'true' and is. |
| 38 PASS: canGet('HTMLAppletElement') should be 'true' and is. | |
| 39 PASS: canSet('HTMLAppletElement') should be 'true' and is. | |
| 40 PASS: canGet('HTMLAreaElement') should be 'true' and is. | 38 PASS: canGet('HTMLAreaElement') should be 'true' and is. |
| 41 PASS: canSet('HTMLAreaElement') should be 'true' and is. | 39 PASS: canSet('HTMLAreaElement') should be 'true' and is. |
| 42 PASS: canGet('HTMLBRElement') should be 'true' and is. | 40 PASS: canGet('HTMLBRElement') should be 'true' and is. |
| 43 PASS: canSet('HTMLBRElement') should be 'true' and is. | 41 PASS: canSet('HTMLBRElement') should be 'true' and is. |
| 44 PASS: canGet('HTMLBaseElement') should be 'true' and is. | 42 PASS: canGet('HTMLBaseElement') should be 'true' and is. |
| 45 PASS: canSet('HTMLBaseElement') should be 'true' and is. | 43 PASS: canSet('HTMLBaseElement') should be 'true' and is. |
| 46 PASS: canGet('HTMLBodyElement') should be 'true' and is. | 44 PASS: canGet('HTMLBodyElement') should be 'true' and is. |
| 47 PASS: canSet('HTMLBodyElement') should be 'true' and is. | 45 PASS: canSet('HTMLBodyElement') should be 'true' and is. |
| 48 PASS: canGet('HTMLButtonElement') should be 'true' and is. | 46 PASS: canGet('HTMLButtonElement') should be 'true' and is. |
| 49 PASS: canSet('HTMLButtonElement') should be 'true' and is. | 47 PASS: canSet('HTMLButtonElement') should be 'true' and is. |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 PASS: canSetWithCallable('onscroll') should be 'true' and is. | 371 PASS: canSetWithCallable('onscroll') should be 'true' and is. |
| 374 PASS: canGet('onsearch') should be 'true' and is. | 372 PASS: canGet('onsearch') should be 'true' and is. |
| 375 PASS: canSetWithCallable('onsearch') should be 'true' and is. | 373 PASS: canSetWithCallable('onsearch') should be 'true' and is. |
| 376 PASS: canGet('onselect') should be 'true' and is. | 374 PASS: canGet('onselect') should be 'true' and is. |
| 377 PASS: canSetWithCallable('onselect') should be 'true' and is. | 375 PASS: canSetWithCallable('onselect') should be 'true' and is. |
| 378 PASS: canGet('onsubmit') should be 'true' and is. | 376 PASS: canGet('onsubmit') should be 'true' and is. |
| 379 PASS: canSetWithCallable('onsubmit') should be 'true' and is. | 377 PASS: canSetWithCallable('onsubmit') should be 'true' and is. |
| 380 PASS: canGet('onunload') should be 'true' and is. | 378 PASS: canGet('onunload') should be 'true' and is. |
| 381 PASS: canSetWithCallable('onunload') should be 'true' and is. | 379 PASS: canSetWithCallable('onunload') should be 'true' and is. |
| 382 | 380 |
| OLD | NEW |