Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-color-expected.txt

Issue 2629163002: Revert of Fix RGBA alpha parsing and serialization to adhere to W3 standard. (Closed)
Patch Set: fix conflicts Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698