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

Unified Diff: LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt

Issue 26360003: Not able to set width using ColGroup in the table. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments addressed Created 7 years, 2 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: LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt
diff --git a/LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt b/LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt
index 99b9fef698f1a01aba0bdbff35bee2528f136dbc..d4bec364194a5e1177060784a7d310be16f72a90 100644
--- a/LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt
+++ b/LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt
@@ -6,18 +6,18 @@ layer at (0,0) size 800x600
RenderBlock (anonymous) at (0,0) size 784x20
RenderText {#text} at (0,0) size 205x19
text run at (0,0) width 205: "The 2 tables should look the same"
- RenderTable {TABLE} at (0,20) size 206x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
+ RenderTable {TABLE} at (0,20) size 510x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
RenderTableCol {COLGROUP} at (0,0) size 0x0
RenderTableCol {COL} at (0,0) size 0x0
- RenderTableSection {TBODY} at (1,1) size 204x28
- RenderTableRow {TR} at (0,2) size 204x24
+ RenderTableSection {TBODY} at (1,1) size 508x28
+ RenderTableRow {TR} at (0,2) size 508x24
RenderTableCell {TD} at (2,2) size 100x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
RenderText {#text} at (2,2) size 48x19
text run at (2,2) width 48: "col-100"
- RenderTableCell {TD} at (104,2) size 48x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (104,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
RenderText {#text} at (2,2) size 44x19
text run at (2,2) width 44: "cg-200"
- RenderTableCell {TD} at (154,2) size 48x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
+ RenderTableCell {TD} at (306,2) size 200x24 [border: (1px inset #808080)] [r=0 c=2 rs=1 cs=1]
RenderText {#text} at (2,2) size 44x19
text run at (2,2) width 44: "cg-200"
RenderTableCol {COLGROUP} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698