| OLD | NEW |
| 1 Test the disabled property on an svg style element. | 1 Test the disabled property on an svg style 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 PASS styleElement.disabled is false | 6 PASS styleElement.disabled is false |
| 7 PASS window.getComputedStyle(rect).fill is "#0000ff" | 7 PASS window.getComputedStyle(rect).fill is "rgb(0, 0, 255)" |
| 8 PASS styleElement.disabled is true | 8 PASS styleElement.disabled is true |
| 9 PASS window.getComputedStyle(rect).fill is "#ff0000" | 9 PASS window.getComputedStyle(rect).fill is "rgb(255, 0, 0)" |
| 10 PASS newStyleElement.disabled is false | 10 PASS newStyleElement.disabled is false |
| 11 PASS newStyleElement.disabled is false | 11 PASS newStyleElement.disabled is false |
| 12 PASS otherStyleElement.disabled is false | 12 PASS otherStyleElement.disabled is false |
| 13 PASS otherStyleElement.disabled is false | 13 PASS otherStyleElement.disabled is false |
| 14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
| 15 | 15 |
| 16 TEST COMPLETE | 16 TEST COMPLETE |
| 17 | 17 |
| OLD | NEW |