| OLD | NEW |
| 1 Tests that querying -internal-* presentation attribute from the inspector works
as expected. | 1 Tests that querying -internal-* presentation attribute from the inspector works
as expected. |
| 2 | 2 |
| 3 Inspect Me | 3 Inspect Me |
| 4 === Rules for <marquee> === | 4 === Rules for <marquee> === |
| 5 [expanded] | 5 [expanded] |
| 6 element.style { () | 6 element.style { () |
| 7 | 7 |
| 8 [expanded] | 8 [expanded] |
| 9 marquee[Attributes Style] { () | 9 marquee[Attributes Style] { () |
| 10 -internal-marquee-increment: 1px; | 10 -internal-marquee-increment: 1px; |
| 11 -internal-marquee-speed: 50ms; | 11 -internal-marquee-speed: 50; |
| 12 -internal-marquee-direction: up; | 12 -internal-marquee-direction: up; |
| 13 | 13 |
| 14 | 14 |
| 15 | 15 |
| OLD | NEW |