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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/compositing/webgl/webgl-background-color-expected.txt

Issue 2608423002: Fix RGBA alpha parsing and serialization to adhere to W3 standard. (Closed)
Patch Set: NeedsRebaseline for failed layout tests 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/platform/win/compositing/webgl/webgl-background-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/webgl/webgl-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/webgl/webgl-background-color-expected.txt
index 91628ede51443a82062bb98988e111c277c7bd20..61d6fc5ce0a925803542e5ec0b9cc26fcbc78791 100644
--- a/third_party/WebKit/LayoutTests/platform/win/compositing/webgl/webgl-background-color-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/compositing/webgl/webgl-background-color-expected.txt
@@ -3,11 +3,11 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x534
LayoutBlockFlow {HTML} at (0,0) size 800x534
LayoutBlockFlow {BODY} at (8,20) size 784x498
- LayoutBlockFlow {DIV} at (20,0) size 240x200 [bgcolor=#0000807F]
+ LayoutBlockFlow {DIV} at (20,0) size 240x200 [bgcolor=#00008080]
LayoutBlockFlow (anonymous) at (0,220) size 784x244
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {P} at (0,480) size 784x18
LayoutText {#text} at (0,0) size 245x17
text run at (0,0) width 245: "Top and bottom should look the same."
layer at (28,260) size 240x200
- LayoutHTMLCanvas {CANVAS} at (20,20) size 240x200 [bgcolor=#0000807F]
+ LayoutHTMLCanvas {CANVAS} at (20,20) size 240x200 [bgcolor=#00008080]

Powered by Google App Engine
This is Rietveld 408576698