| OLD | NEW |
| 1 Various tests for the marquee element. | 1 Various tests for the marquee element. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 "behavior" IDL attribute reflects content attribute: | 6 "behavior" IDL attribute reflects content attribute: |
| 7 PASS marquee.behavior is "slide" | 7 PASS marquee.behavior is "slide" |
| 8 "behavior" IDL attribute can be modified: | 8 "behavior" IDL attribute can be modified: |
| 9 PASS marquee.behavior is "alternate" | 9 PASS marquee.behavior is "alternate" |
| 10 "bgColor" IDL attribute reflects content attribute: | 10 "bgColor" IDL attribute reflects content attribute: |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 Setting "loop" to 0 raises an exception: | 117 Setting "loop" to 0 raises an exception: |
| 118 PASS document.getElementById("marquee").loop = 0; threw exception IndexSizeError
: Failed to set the 'loop' property on 'HTMLMarqueeElement': The provided value
(0) is neither positive nor -1.. | 118 PASS document.getElementById("marquee").loop = 0; threw exception IndexSizeError
: Failed to set the 'loop' property on 'HTMLMarqueeElement': The provided value
(0) is neither positive nor -1.. |
| 119 Setting "loop" to a negative value raises an exception: | 119 Setting "loop" to a negative value raises an exception: |
| 120 PASS document.getElementById("marquee").scrollDelay = -5; threw exception IndexS
izeError: Failed to set the 'scrollDelay' property on 'HTMLMarqueeElement': The
provided value (-5) is negative.. | 120 PASS document.getElementById("marquee").scrollDelay = -5; threw exception IndexS
izeError: Failed to set the 'scrollDelay' property on 'HTMLMarqueeElement': The
provided value (-5) is negative.. |
| 121 "loop" can be set to -1 by script: | 121 "loop" can be set to -1 by script: |
| 122 PASS marquee.loop is -1 | 122 PASS marquee.loop is -1 |
| 123 PASS successfullyParsed is true | 123 PASS successfullyParsed is true |
| 124 | 124 |
| 125 TEST COMPLETE | 125 TEST COMPLETE |
| 126 | 126 |
| OLD | NEW |