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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/linux/compositing/images/direct-image-background-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/images/direct-image-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/images/direct-image-background-color-expected.txt
index eff1c6c3d99771d99f7bd7bc0ab9ef71e66f9ef6..0b6a7c2b3dcea01eff614616d012c7d5e9b78128 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/images/direct-image-background-color-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/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 784x20
LayoutText {#text} at (0,0) size 232x19
text run at (0,0) width 232: "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