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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/images/direct-image-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/mac/compositing/images/direct-image-background-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/compositing/images/direct-image-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/compositing/images/direct-image-background-color-expected.txt
index ab8dff684cfc146655ebb93a2f230a2dc83eef32..458be413e3c0aac507fdcc78a885046181a91303 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/compositing/images/direct-image-background-color-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/compositing/images/direct-image-background-color-expected.txt
@@ -3,9 +3,9 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,20) size 784x564
- LayoutImage {IMG} at (20,0) size 280x200 [bgcolor=#0000807F]
+ LayoutImage {IMG} at (20,0) size 280x200 [bgcolor=#00008080]
LayoutBlockFlow {P} at (0,440) size 784x18
LayoutText {#text} at (0,0) size 245x18
text run at (0,0) width 245: "Top and bottom should look the same."
layer at (28,240) size 280x200
- LayoutImage {IMG} at (20,220) size 280x200 [bgcolor=#0000807F]
+ LayoutImage {IMG} at (20,220) size 280x200 [bgcolor=#00008080]

Powered by Google App Engine
This is Rietveld 408576698