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

Unified Diff: third_party/WebKit/LayoutTests/fast/table/border-collapsing/colspan-first-row-wrong-middle-border-quirks-mode-expected.txt

Issue 2791433003: Fix Border collapsing with colpsan / rowspan cells
Patch Set: bug 2902 Created 3 years, 8 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/colspan-first-row-wrong-middle-border-quirks-mode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/colspan-first-row-wrong-middle-border-quirks-mode-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/colspan-first-row-wrong-middle-border-quirks-mode-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9edc4d7b253fc65a41d642015da34ab180114a6f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/colspan-first-row-wrong-middle-border-quirks-mode-expected.txt
@@ -0,0 +1,13 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ LayoutBlockFlow {HTML} at (0,0) size 800x600
+ LayoutBlockFlow {BODY} at (8,8) size 784x584
+ LayoutTable {TABLE} at (0,0) size 168x23 [border: (1px none #808080)]
+ LayoutTableSection {TBODY} at (1,1) size 165x20
+ LayoutTableRow {TR} at (0,0) size 165x10
+ LayoutTableCell {TD} at (0,2) size 165x6 [border: (2px solid #FFFFFF)] [r=0 c=0 rs=1 cs=3]
+ LayoutTableRow {TR} at (0,10) size 165x10
+ LayoutTableCell {TD} at (0,12) size 55x6 [border: (3px solid #000000) (1px solid #FFFFFF)] [r=1 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (55,12) size 55x5 [border: (2px solid #FFFFFF)] [r=1 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (110,12) size 55x5 [border: (2px solid #FFFFFF)] [r=1 c=2 rs=1 cs=1]

Powered by Google App Engine
This is Rietveld 408576698