| OLD | NEW |
| 1 This test checks that -internal-* properties are not exposed to JS. | 1 This test checks that -internal-* properties are not exposed to JS. |
| 2 | 2 |
| 3 | 3 |
| 4 Testing -internal-marquee-direction | 4 Testing -internal-marquee-direction |
| 5 PASS window.getComputedStyle(element).getPropertyValue(property) is null | 5 PASS window.getComputedStyle(element).getPropertyValue(property) is "" |
| 6 PASS element.style[property] is undefined. | 6 PASS element.style[property] is undefined. |
| 7 Value after setting -internal-marquee-direction to alternate | 7 Value after setting -internal-marquee-direction to alternate |
| 8 PASS element.style[property] is undefined. | 8 PASS element.style[property] is undefined. |
| 9 | 9 |
| 10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 11 | 11 |
| 12 TEST COMPLETE | 12 TEST COMPLETE |
| 13 | 13 |
| OLD | NEW |