Index: third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color-expected.txt b/third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color-expected.txt |
index 949b092a3cb6e28392ab0538655f65119e5d7370..7adb845e1c9a18a9b7758e10665642a234b34f2b 100644 |
--- a/third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color-expected.txt |
+++ b/third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color-expected.txt |
@@ -8,6 +8,6 @@ PASS rgb(0, 128, 0) for <div style='background: green;' id=selected><span style= |
PASS rgb(0, 128, 0) for <div style='background: green;' id=selected><span style='background-color: yellow'>hello</span><span style='background-color: blue'> world</span></div> |
PASS rgb(255, 255, 0) for <div style='background: green;'><span style='background-color: yellow' id=selected>hello world</span></div> |
PASS rgb(0, 128, 0) for <div style='background: green;'><span style='background-color: rgba(255, 255, 0, 0);' id=selected>hello world</span></div> |
-PASS rgba(255, 255, 0, 0.498039) for <div style='background: green;'><span style='background-color: rgba(255, 255, 0, 0.5);' id=selected>hello world</span></div> |
+PASS rgba(255, 255, 0, 0.5) for <div style='background: green;'><span style='background-color: rgba(255, 255, 0, 0.5);' id=selected>hello world</span></div> |