| Index: LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt
|
| diff --git a/LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt b/LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt
|
| index 7f1fd8de1279e6cafdddab4073f0a536cd4bfce1..d0a9556812895cb44a1ea502bcae77f1dc35eee0 100644
|
| --- a/LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt
|
| +++ b/LayoutTests/svg/css/svg-attribute-parser-mode-expected.txt
|
| @@ -3,38 +3,38 @@ Test strict color parsing on SVG presentation attributes.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "#000000"
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 0, 0)"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).fill is null
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).fill is null
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).fill is null
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).fill is null
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "#008000"
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "#000000"
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 0, 0)"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).fill is "url(#reference)"
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "#008000"
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "url(#reference) #008000"
|
| -PASS document.defaultView.getComputedStyle(rect, null).fill is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "url(#reference) rgb(0, 128, 0)"
|
| +PASS document.defaultView.getComputedStyle(rect, null).fill is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).stroke is "none"
|
| -PASS document.defaultView.getComputedStyle(rect, null).stroke is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).stroke is null
|
| -PASS document.defaultView.getComputedStyle(rect, null).stroke is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).stroke is null
|
| -PASS document.defaultView.getComputedStyle(rect, null).stroke is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).stroke is null
|
| -PASS document.defaultView.getComputedStyle(rect, null).stroke is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).stroke is null
|
| -PASS document.defaultView.getComputedStyle(rect, null).stroke is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).stroke is "none"
|
| -PASS document.defaultView.getComputedStyle(rect, null).stroke is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).stroke is "url(#reference)"
|
| -PASS document.defaultView.getComputedStyle(rect, null).stroke is "#008000"
|
| -PASS document.defaultView.getComputedStyle(rect, null).stroke is "url(#reference) #008000"
|
| -PASS document.defaultView.getComputedStyle(rect, null).stroke is "#008000"
|
| +PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)"
|
| +PASS document.defaultView.getComputedStyle(rect, null).stroke is "url(#reference) rgb(0, 128, 0)"
|
| +PASS document.defaultView.getComputedStyle(rect, null).stroke is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).color is "rgb(0, 0, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).color is "rgb(0, 128, 0)"
|
| PASS document.defaultView.getComputedStyle(rect, null).color is "rgb(0, 0, 0)"
|
|
|