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

Unified Diff: LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendCol1-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/appendCol1-expected.txt
diff --git a/LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendCol1-expected.txt b/LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendCol1-expected.txt
index 567d5b82903c0f18a07d75360537743dcc7a3ed0..8ef29d28d0a80b22edf675eb43a7ed81dc314a96 100644
--- a/LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendCol1-expected.txt
+++ b/LayoutTests/platform/win/tables/mozilla_expected_failures/dom/appendCol1-expected.txt
@@ -6,15 +6,15 @@ 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 62x30 [bgcolor=#FFA500] [border: (1px outset #808080)]
+ RenderTable {TABLE} at (0,20) size 235x30 [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 60x28
- RenderTableRow {TR} at (0,2) size 60x24
+ RenderTableSection {TBODY} at (1,1) size 233x28
+ RenderTableRow {TR} at (0,2) size 233x24
RenderTableCell {TD} at (2,2) size 27x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
RenderText {#text} at (2,2) size 23x19
text run at (2,2) width 23: "c11"
- RenderTableCell {TD} at (31,2) size 27x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
+ RenderTableCell {TD} at (31,2) size 200x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
RenderText {#text} at (2,2) size 23x19
text run at (2,2) width 23: "c12"
RenderTableCol {COL} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698