| Index: LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt b/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt
|
| index 3ac6dacabfe6e650c63b7127d767bfefab5e188b..98edfbf919bcef7716f4ad3ac80d62795bb1eee1 100644
|
| --- a/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGStyleElement/disable-svg-style-element-expected.txt
|
| @@ -4,9 +4,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS styleElement.disabled is false
|
| -PASS window.getComputedStyle(rect).fill is "#0000ff"
|
| +PASS window.getComputedStyle(rect).fill is "rgb(0, 0, 255)"
|
| PASS styleElement.disabled is true
|
| -PASS window.getComputedStyle(rect).fill is "#ff0000"
|
| +PASS window.getComputedStyle(rect).fill is "rgb(255, 0, 0)"
|
| PASS newStyleElement.disabled is false
|
| PASS newStyleElement.disabled is false
|
| PASS otherStyleElement.disabled is false
|
|
|