| OLD | NEW |
| 1 SVG 1.1 dynamic update tests | 1 This tests if marquee contributes to table width. It should not. |
| 2 | 2 |
| 3 Tests dynamic updates of the 'maskUnits' attribute of the SVGMaskElement object | |
| 4 | |
| 5 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
". |
| 6 | 4 |
| 7 | 5 |
| 8 PASS maskElement.getAttribute('maskUnits') is "objectBoundingBox" | 6 PASS document.querySelector('td').getBoundingClientRect().width is 196 |
| 9 PASS maskElement.getAttribute('maskUnits') is "userSpaceOnUse" | |
| 10 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
| 11 | 8 |
| 12 TEST COMPLETE | 9 TEST COMPLETE |
| 13 | 10 The quick brown fox jumps over the lazy dog. |
| OLD | NEW |