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

Unified Diff: LayoutTests/platform/mac/fast/text-autosizing/tables/nested-tables-expected.txt

Issue 931633003: Move and rename RenderBR to LayoutBR. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/mac/fast/text-autosizing/tables/nested-tables-expected.txt
diff --git a/LayoutTests/platform/mac/fast/text-autosizing/tables/nested-tables-expected.txt b/LayoutTests/platform/mac/fast/text-autosizing/tables/nested-tables-expected.txt
index 6bec96c9bfd34712716edd4cdb31db2caea77930..6ac32b82a09cd6f8fb5cc88b3252b21a64ad35c4 100644
--- a/LayoutTests/platform/mac/fast/text-autosizing/tables/nested-tables-expected.txt
+++ b/LayoutTests/platform/mac/fast/text-autosizing/tables/nested-tables-expected.txt
@@ -6,7 +6,7 @@ layer at (0,0) size 800x305
RenderBlock {DIV} at (0,0) size 600x36
RenderText {#text} at (0,0) size 202x14
text run at (0,0) width 202: "Table autosizing tests - nested-tables.html"
- RenderBR {BR} at (201,0) size 1x14
+ LayoutBR {BR} at (201,0) size 1x14
RenderText {#text} at (0,14) size 365x14
text run at (0,14) width 365: "This test passes if \"This text should not overlap itself\" doesn't overlap itself."
LayoutTable {TABLE} at (1,37) size 798x267 [border: none]
@@ -27,10 +27,10 @@ layer at (0,0) size 800x305
LayoutTableCell {TD} at (0,0) size 93x45 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=0 c=0 rs=1 cs=1]
RenderText {#text} at (2,2) size 43x14
text run at (2,2) width 43: "This text"
- RenderBR {BR} at (44,2) size 1x14
+ LayoutBR {BR} at (44,2) size 1x14
RenderText {#text} at (2,16) size 90x14
text run at (2,16) width 90: "should not overlap"
- RenderBR {BR} at (91,16) size 1x14
+ LayoutBR {BR} at (91,16) size 1x14
RenderText {#text} at (2,30) size 27x14
text run at (2,30) width 27: "itself."
LayoutTableRow {TR} at (0,45) size 93x17

Powered by Google App Engine
This is Rietveld 408576698