| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 PASS: canGet('HTMLUListElement') should be 'true' and is. | 146 PASS: canGet('HTMLUListElement') should be 'true' and is. |
| 147 PASS: canSet('HTMLUListElement') should be 'true' and is. | 147 PASS: canSet('HTMLUListElement') should be 'true' and is. |
| 148 PASS: canGet('Image') should be 'true' and is. | 148 PASS: canGet('Image') should be 'true' and is. |
| 149 PASS: canSet('Image') should be 'true' and is. | 149 PASS: canSet('Image') should be 'true' and is. |
| 150 PASS: canGet('MutationEvent') should be 'true' and is. | 150 PASS: canGet('MutationEvent') should be 'true' and is. |
| 151 PASS: canSet('MutationEvent') should be 'true' and is. | 151 PASS: canSet('MutationEvent') should be 'true' and is. |
| 152 PASS: canGet('Node') should be 'true' and is. | 152 PASS: canGet('Node') should be 'true' and is. |
| 153 PASS: canSet('Node') should be 'true' and is. | 153 PASS: canSet('Node') should be 'true' and is. |
| 154 PASS: canGet('NodeFilter') should be 'true' and is. | 154 PASS: canGet('NodeFilter') should be 'true' and is. |
| 155 PASS: canSet('NodeFilter') should be 'true' and is. | 155 PASS: canSet('NodeFilter') should be 'true' and is. |
| 156 PASS: canGet('Notation') should be 'true' and is. | |
| 157 PASS: canSet('Notation') should be 'true' and is. | |
| 158 PASS: canGet('Option') should be 'true' and is. | 156 PASS: canGet('Option') should be 'true' and is. |
| 159 PASS: canSet('Option') should be 'true' and is. | 157 PASS: canSet('Option') should be 'true' and is. |
| 160 PASS: canGet('ProcessingInstruction') should be 'true' and is. | 158 PASS: canGet('ProcessingInstruction') should be 'true' and is. |
| 161 PASS: canSet('ProcessingInstruction') should be 'true' and is. | 159 PASS: canSet('ProcessingInstruction') should be 'true' and is. |
| 162 PASS: canGet('Range') should be 'true' and is. | 160 PASS: canGet('Range') should be 'true' and is. |
| 163 PASS: canSet('Range') should be 'true' and is. | 161 PASS: canSet('Range') should be 'true' and is. |
| 164 PASS: canGet('RangeError') should be 'true' and is. | 162 PASS: canGet('RangeError') should be 'true' and is. |
| 165 PASS: canSet('RangeError') should be 'true' and is. | 163 PASS: canSet('RangeError') should be 'true' and is. |
| 166 PASS: canGet('ReferenceError') should be 'true' and is. | 164 PASS: canGet('ReferenceError') should be 'true' and is. |
| 167 PASS: canSet('ReferenceError') should be 'true' and is. | 165 PASS: canSet('ReferenceError') should be 'true' and is. |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 PASS: canSetWithCallable('onscroll') should be 'true' and is. | 377 PASS: canSetWithCallable('onscroll') should be 'true' and is. |
| 380 PASS: canGet('onsearch') should be 'true' and is. | 378 PASS: canGet('onsearch') should be 'true' and is. |
| 381 PASS: canSetWithCallable('onsearch') should be 'true' and is. | 379 PASS: canSetWithCallable('onsearch') should be 'true' and is. |
| 382 PASS: canGet('onselect') should be 'true' and is. | 380 PASS: canGet('onselect') should be 'true' and is. |
| 383 PASS: canSetWithCallable('onselect') should be 'true' and is. | 381 PASS: canSetWithCallable('onselect') should be 'true' and is. |
| 384 PASS: canGet('onsubmit') should be 'true' and is. | 382 PASS: canGet('onsubmit') should be 'true' and is. |
| 385 PASS: canSetWithCallable('onsubmit') should be 'true' and is. | 383 PASS: canSetWithCallable('onsubmit') should be 'true' and is. |
| 386 PASS: canGet('onunload') should be 'true' and is. | 384 PASS: canGet('onunload') should be 'true' and is. |
| 387 PASS: canSetWithCallable('onunload') should be 'true' and is. | 385 PASS: canSetWithCallable('onunload') should be 'true' and is. |
| 388 | 386 |
| OLD | NEW |