| Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color-expected.txt b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color-expected.txt
|
| index afed9eb2e7e844fb9d0a04cd8bfd301eefa71d73..f3200b73a98cd7da950d78f2cc43a8d923b7ccb5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color-expected.txt
|
| @@ -27,16 +27,16 @@ PASS e.style.textDecorationColor is "rgb(0, 255, 0)"
|
| PASS computedStyle.textDecorationColor is "rgb(0, 255, 0)"
|
|
|
| Valid value 'rgba(100, 100, 100, 0.5)':
|
| -PASS e.style.textDecorationColor is "rgba(100, 100, 100, 0.5)"
|
| -PASS computedStyle.textDecorationColor is "rgba(100, 100, 100, 0.5)"
|
| +PASS e.style.textDecorationColor is "rgba(100, 100, 100, 0.498039)"
|
| +PASS computedStyle.textDecorationColor is "rgba(100, 100, 100, 0.498039)"
|
|
|
| Valid value 'hsl(240, 100%, 50%)':
|
| PASS e.style.textDecorationColor is "rgb(0, 0, 255)"
|
| PASS computedStyle.textDecorationColor is "rgb(0, 0, 255)"
|
|
|
| Valid value 'hsla(240, 100%, 50%, 0.5)':
|
| -PASS e.style.textDecorationColor is "rgba(0, 0, 255, 0.498)"
|
| -PASS computedStyle.textDecorationColor is "rgba(0, 0, 255, 0.498)"
|
| +PASS e.style.textDecorationColor is "rgba(0, 0, 255, 0.498039)"
|
| +PASS computedStyle.textDecorationColor is "rgba(0, 0, 255, 0.498039)"
|
|
|
| Initial value:
|
| PASS e.style.textDecorationColor is "initial"
|
|
|