| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 PASS: canGet('Notation') should be 'true' and is. | 160 PASS: canGet('Notation') should be 'true' and is. |
| 161 PASS: canSet('Notation') should be 'true' and is. | 161 PASS: canSet('Notation') should be 'true' and is. |
| 162 PASS: canGet('Option') should be 'true' and is. | 162 PASS: canGet('Option') should be 'true' and is. |
| 163 PASS: canSet('Option') should be 'true' and is. | 163 PASS: canSet('Option') should be 'true' and is. |
| 164 PASS: canGet('ProcessingInstruction') should be 'true' and is. | 164 PASS: canGet('ProcessingInstruction') should be 'true' and is. |
| 165 PASS: canSet('ProcessingInstruction') should be 'true' and is. | 165 PASS: canSet('ProcessingInstruction') should be 'true' and is. |
| 166 PASS: canGet('Range') should be 'true' and is. | 166 PASS: canGet('Range') should be 'true' and is. |
| 167 PASS: canSet('Range') should be 'true' and is. | 167 PASS: canSet('Range') should be 'true' and is. |
| 168 PASS: canGet('RangeError') should be 'true' and is. | 168 PASS: canGet('RangeError') should be 'true' and is. |
| 169 PASS: canSet('RangeError') should be 'true' and is. | 169 PASS: canSet('RangeError') should be 'true' and is. |
| 170 PASS: canGet('RangeException') should be 'true' and is. | |
| 171 PASS: canSet('RangeException') should be 'true' and is. | |
| 172 PASS: canGet('ReferenceError') should be 'true' and is. | 170 PASS: canGet('ReferenceError') should be 'true' and is. |
| 173 PASS: canSet('ReferenceError') should be 'true' and is. | 171 PASS: canSet('ReferenceError') should be 'true' and is. |
| 174 PASS: canGet('SyntaxError') should be 'true' and is. | 172 PASS: canGet('SyntaxError') should be 'true' and is. |
| 175 PASS: canSet('SyntaxError') should be 'true' and is. | 173 PASS: canSet('SyntaxError') should be 'true' and is. |
| 176 PASS: canGet('Text') should be 'true' and is. | 174 PASS: canGet('Text') should be 'true' and is. |
| 177 PASS: canSet('Text') should be 'true' and is. | 175 PASS: canSet('Text') should be 'true' and is. |
| 178 PASS: canGet('TypeError') should be 'true' and is. | 176 PASS: canGet('TypeError') should be 'true' and is. |
| 179 PASS: canSet('TypeError') should be 'true' and is. | 177 PASS: canSet('TypeError') should be 'true' and is. |
| 180 PASS: canGet('URIError') should be 'true' and is. | 178 PASS: canGet('URIError') should be 'true' and is. |
| 181 PASS: canSet('URIError') should be 'true' and is. | 179 PASS: canSet('URIError') should be 'true' and is. |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 PASS: canSet('scrollBy') should be 'true' and is. | 378 PASS: canSet('scrollBy') should be 'true' and is. |
| 381 PASS: canGet('scrollTo') should be 'true' and is. | 379 PASS: canGet('scrollTo') should be 'true' and is. |
| 382 PASS: canSet('scrollTo') should be 'true' and is. | 380 PASS: canSet('scrollTo') should be 'true' and is. |
| 383 PASS: canGet('setInterval') should be 'true' and is. | 381 PASS: canGet('setInterval') should be 'true' and is. |
| 384 PASS: canSet('setInterval') should be 'true' and is. | 382 PASS: canSet('setInterval') should be 'true' and is. |
| 385 PASS: canGet('setTimeout') should be 'true' and is. | 383 PASS: canGet('setTimeout') should be 'true' and is. |
| 386 PASS: canSet('setTimeout') should be 'true' and is. | 384 PASS: canSet('setTimeout') should be 'true' and is. |
| 387 PASS: canGet('stop') should be 'true' and is. | 385 PASS: canGet('stop') should be 'true' and is. |
| 388 PASS: canSet('stop') should be 'true' and is. | 386 PASS: canSet('stop') should be 'true' and is. |
| 389 | 387 |
| OLD | NEW |