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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-expected.txt

Issue 2629163002: Revert of Fix RGBA alpha parsing and serialization to adhere to W3 standard. (Closed)
Patch Set: fix conflicts 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/border-collapsing/equal-precedence-resolution-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-expected.txt
index 46324c92fde78dcf8731400e6c288002f55f185e..821a04574547b42ef20befc9e18929db8d8709bf 100644
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/equal-precedence-resolution-expected.txt
@@ -5,11 +5,11 @@ layer at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutTable {TABLE} at (0,0) size 118x50
LayoutTableCol {COLGROUP} at (0,0) size 0x0
- LayoutTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F0080) none]
+ LayoutTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F007F) none]
LayoutTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #FF0000)]
LayoutTableSection {TBODY} at (0,0) size 118x50
LayoutTableRow {TR} at (0,0) size 118x25
- LayoutTableCell {TD} at (0,10) size 29x4 [border: none (2px solid #007F0080) none] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,10) size 29x4 [border: none (2px solid #007F007F) none] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (29,11) size 30x2 [border: none (3px solid #FF0000)] [r=0 c=1 rs=1 cs=1]
LayoutTableCell {TD} at (59,11) size 29x2 [border: none] [r=0 c=2 rs=1 cs=1]
LayoutTableCell {TD} at (88,11) size 30x2 [border: none] [r=0 c=3 rs=1 cs=1]
@@ -20,11 +20,11 @@ layer at (0,0) size 800x600
LayoutTableCell {TD} at (88,36) size 30x2 [border: none] [r=1 c=3 rs=1 cs=1]
LayoutTable {TABLE} at (0,50) size 118x50
LayoutTableCol {COLGROUP} at (0,0) size 0x0
- LayoutTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F0080)]
+ LayoutTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #007F007F)]
LayoutTableCol {COLGROUP} at (0,0) size 0x0 [border: none (5px solid #FF0000) none]
LayoutTableSection {TBODY} at (0,0) size 118x50
LayoutTableRow {TR} at (0,0) size 118x25
- LayoutTableCell {TD} at (88,10) size 30x4 [border: none (2px solid #007F0080)] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (88,10) size 30x4 [border: none (2px solid #007F007F)] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (59,11) size 29x2 [border: none (2px solid #FF0000) none] [r=0 c=1 rs=1 cs=1]
LayoutTableCell {TD} at (29,11) size 30x2 [border: none] [r=0 c=2 rs=1 cs=1]
LayoutTableCell {TD} at (0,11) size 29x2 [border: none] [r=0 c=3 rs=1 cs=1]
@@ -35,12 +35,12 @@ layer at (0,0) size 800x600
LayoutTableCell {TD} at (0,36) size 29x2 [border: none] [r=1 c=3 rs=1 cs=1]
LayoutTable {TABLE} at (0,100) size 27x50
LayoutTableSection {TBODY} at (0,0) size 27x50
- LayoutTableRow {TR} at (0,0) size 27x25 [border: none (5px solid #007F0080) none]
+ LayoutTableRow {TR} at (0,0) size 27x25 [border: none (5px solid #007F007F) none]
LayoutTableCell {TD} at (0,10) size 27x4 [border: none] [r=0 c=0 rs=1 cs=1]
LayoutTableRow {TR} at (0,25) size 27x25 [border: (5px solid #FF0000) none]
LayoutTableCell {TD} at (0,35) size 27x5 [border: (3px none #000000)] [r=1 c=0 rs=1 cs=1]
LayoutTable {TABLE} at (0,150) size 27x50
- LayoutTableSection {TBODY} at (0,0) size 27x25 [border: none (5px solid #007F0080) none]
+ LayoutTableSection {TBODY} at (0,0) size 27x25 [border: none (5px solid #007F007F) none]
LayoutTableRow {TR} at (0,0) size 27x25
LayoutTableCell {TD} at (0,10) size 27x4 [border: none] [r=0 c=0 rs=1 cs=1]
LayoutTableSection {TBODY} at (0,25) size 27x25 [border: (5px solid #FF0000) none]

Powered by Google App Engine
This is Rietveld 408576698