| Index: third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color.html b/third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color.html
|
| index 9900f470fd5c0dd8f68c2689f65475b2e0d3c4a8..4a4ba18f94fed494e1c8145437b4b05b721e7940 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/query-command-value-background-color.html
|
| @@ -55,6 +55,6 @@ test("<div style='background: green;' id=selected><span style='background-color:
|
| test("<div style='background: green;' id=selected><span style='background-color: yellow'>hello</span><span style='background-color: blue'> world</span></div>", 'rgb(0, 128, 0)');
|
| test("<div style='background: green;'><span style='background-color: yellow' id=selected>hello world</span></div>", 'rgb(255, 255, 0)');
|
| test("<div style='background: green;'><span style='background-color: rgba(255, 255, 0, 0);' id=selected>hello world</span></div>", 'rgb(0, 128, 0)');
|
| -test("<div style='background: green;'><span style='background-color: rgba(255, 255, 0, 0.5);' id=selected>hello world</span></div>", 'rgba(255, 255, 0, 0.5)');
|
| +test("<div style='background: green;'><span style='background-color: rgba(255, 255, 0, 0.5);' id=selected>hello world</span></div>", 'rgba(255, 255, 0, 0.498039)');
|
|
|
| </script>
|
|
|