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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/self-painting-row-box-shadow-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/fast/table/self-painting-row-box-shadow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/self-painting-row-box-shadow-expected.txt b/third_party/WebKit/LayoutTests/fast/table/self-painting-row-box-shadow-expected.txt
index ac3043a839cb40da674e0358dc84f0b5662309db..a5826eecbde345151f312bdf55c136f3b6bb197c 100644
--- a/third_party/WebKit/LayoutTests/fast/table/self-painting-row-box-shadow-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/table/self-painting-row-box-shadow-expected.txt
@@ -7,13 +7,13 @@ layer at (0,0) size 800x362
LayoutTableSection {TBODY} at (0,0) size 234x346
layer at (8,18) size 234x102
LayoutTableRow {TR} at (0,10) size 234x102 [bgcolor=#0000FF]
- LayoutTableCell {TD} at (10,60) size 102x2 [bgcolor=#FF00007F] [r=0 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (122,60) size 102x2 [bgcolor=#FF00007F] [r=0 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (10,60) size 102x2 [bgcolor=#FF000080] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (122,60) size 102x2 [bgcolor=#FF000080] [r=0 c=1 rs=1 cs=1]
layer at (8,130) size 234x102
LayoutTableRow {TR} at (0,122) size 234x102 [bgcolor=#0000FF]
- LayoutTableCell {TD} at (10,172) size 102x2 [bgcolor=#FF00007F] [r=1 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (122,172) size 102x2 [bgcolor=#FF00007F] [r=1 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (10,172) size 102x2 [bgcolor=#FF000080] [r=1 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (122,172) size 102x2 [bgcolor=#FF000080] [r=1 c=1 rs=1 cs=1]
layer at (8,242) size 234x102
LayoutTableRow {TR} at (0,234) size 234x102 [bgcolor=#0000FF]
- LayoutTableCell {TD} at (10,284) size 102x2 [bgcolor=#FF00007F] [r=2 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (122,284) size 102x2 [bgcolor=#FF00007F] [r=2 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (10,284) size 102x2 [bgcolor=#FF000080] [r=2 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (122,284) size 102x2 [bgcolor=#FF000080] [r=2 c=1 rs=1 cs=1]

Powered by Google App Engine
This is Rietveld 408576698