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

Unified Diff: LayoutTests/fast/table/table-section-split2-expected.txt

Issue 878603003: Auto-rebaseline for r188935 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: LayoutTests/fast/table/table-section-split2-expected.txt
diff --git a/LayoutTests/fast/table/table-section-split2-expected.txt b/LayoutTests/fast/table/table-section-split2-expected.txt
index 80a19bd15c0844185943f375c42f991ef4883c36..91d2f457198a59344a48ce62609e88e9dc9351bc 100644
--- a/LayoutTests/fast/table/table-section-split2-expected.txt
+++ b/LayoutTests/fast/table/table-section-split2-expected.txt
@@ -3,17 +3,17 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x36
RenderBlock {HTML} at (0,0) size 800x36 [color=#FFFFFF]
RenderBody {BODY} at (8,8) size 784x20
- RenderTable at (0,0) size 30x20
- RenderTableSection {DIV} at (0,0) size 30x20
- RenderTableRow (anonymous) at (0,0) size 30x20
- RenderTableCell (anonymous) at (0,0) size 10x10 [r=0 c=0 rs=1 cs=1]
+ LayoutTable at (0,0) size 30x20
+ LayoutTableSection {DIV} at (0,0) size 30x20
+ LayoutTableRow (anonymous) at (0,0) size 30x20
+ LayoutTableCell (anonymous) at (0,0) size 10x10 [r=0 c=0 rs=1 cs=1]
RenderBlock {DIV} at (0,0) size 10x10
RenderText {#text} at (0,0) size 10x10
text run at (0,0) width 10: "A"
- RenderTableCell {TD} at (10,0) size 10x10 [r=0 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (10,0) size 10x10 [r=0 c=1 rs=1 cs=1]
RenderText {#text} at (0,0) size 10x10
text run at (0,0) width 10: "B"
- RenderTableCell (anonymous) at (20,0) size 10x20 [r=0 c=2 rs=1 cs=1]
+ LayoutTableCell (anonymous) at (20,0) size 10x20 [r=0 c=2 rs=1 cs=1]
RenderBlock {DIV} at (0,0) size 10x10
RenderText {#text} at (0,0) size 10x10
text run at (0,0) width 10: "C"

Powered by Google App Engine
This is Rietveld 408576698