| OLD | NEW |
| (Empty) |
| 1 Test the disabled property on an svg style element. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS styleElement.disabled is false | |
| 7 PASS window.getComputedStyle(rect).fill is "rgb(0, 0, 255)" | |
| 8 PASS styleElement.disabled is true | |
| 9 PASS window.getComputedStyle(rect).fill is "rgb(255, 0, 0)" | |
| 10 PASS newStyleElement.disabled is false | |
| 11 PASS newStyleElement.disabled is false | |
| 12 PASS otherStyleElement.disabled is false | |
| 13 PASS otherStyleElement.disabled is false | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 | |
| OLD | NEW |