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

Unified Diff: LayoutTests/platform/win/tables/mozilla/bugs/bug133756-1-expected.txt

Issue 23530044: Row with only spanning cells have a height of 0. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments addressed Created 7 years, 3 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/bugs/bug133756-1-expected.txt
diff --git a/LayoutTests/platform/win/tables/mozilla/bugs/bug133756-1-expected.txt b/LayoutTests/platform/win/tables/mozilla/bugs/bug133756-1-expected.txt
index 8a7d1c2aa4bb3d34347b50ad869505f80a9e57d0..2cb8cf9049298bf71895cba6c9f5fc94b0789005 100644
--- a/LayoutTests/platform/win/tables/mozilla/bugs/bug133756-1-expected.txt
+++ b/LayoutTests/platform/win/tables/mozilla/bugs/bug133756-1-expected.txt
@@ -1,18 +1,18 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
-layer at (0,0) size 800x60
- RenderBlock {HTML} at (0,0) size 800x60
- RenderBody {BODY} at (8,8) size 784x36
- RenderTable {TABLE} at (0,0) size 54x0
- RenderTableSection {TBODY} at (0,0) size 54x0
- RenderTableRow {TR} at (0,0) size 54x0
- RenderTableCell {TD} at (0,-26) size 54x52 [r=0 c=0 rs=4 cs=1]
+layer at (0,0) size 800x112
+ RenderBlock {HTML} at (0,0) size 800x112
+ RenderBody {BODY} at (8,8) size 784x88
+ RenderTable {TABLE} at (0,0) size 54x52
+ RenderTableSection {TBODY} at (0,0) size 54x52
+ RenderTableRow {TR} at (0,0) size 54x13
+ RenderTableCell {TD} at (0,0) size 54x52 [r=0 c=0 rs=4 cs=1]
RenderBlock {P} at (0,16) size 54x20
RenderText {#text} at (0,0) size 54x19
text run at (0,0) width 54: "blah blah"
- RenderTableRow {TR} at (0,0) size 54x0
- RenderTableRow {TR} at (0,0) size 54x0
- RenderTableRow {TR} at (0,0) size 54x0
- RenderBlock {P} at (0,16) size 784x20
+ RenderTableRow {TR} at (0,13) size 54x13
+ RenderTableRow {TR} at (0,26) size 54x13
+ RenderTableRow {TR} at (0,39) size 54x13
+ RenderBlock {P} at (0,68) size 784x20
RenderText {#text} at (0,0) size 106x19
text run at (0,0) width 106: "text at the bottom"

Powered by Google App Engine
This is Rietveld 408576698