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

Unified Diff: LayoutTests/platform/android/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/android/fast/text-autosizing/tables/nested-tables-expected.txt
diff --git a/LayoutTests/platform/android/fast/text-autosizing/tables/nested-tables-expected.txt b/LayoutTests/platform/android/fast/text-autosizing/tables/nested-tables-expected.txt
index 13ab4807780062305e9a74aeecb4a95a7c0a01ea..15141f7ba13b9dd80f5b1e5e96a8d8deb3bed8d8 100644
--- a/LayoutTests/platform/android/fast/text-autosizing/tables/nested-tables-expected.txt
+++ b/LayoutTests/platform/android/fast/text-autosizing/tables/nested-tables-expected.txt
@@ -6,7 +6,7 @@ layer at (0,0) size 800x325
RenderBlock {DIV} at (0,0) size 600x36
RenderText {#text} at (0,0) size 203x15
text run at (0,0) width 203: "Table autosizing tests - nested-tables.html"
- RenderBR {BR} at (203,0) size 0x15
+ LayoutBR {BR} at (203,0) size 0x15
RenderText {#text} at (0,16) size 370x15
text run at (0,16) width 370: "This test passes if \"This text should not overlap itself\" doesn't overlap itself."
LayoutTable {TABLE} at (1,37) size 798x287 [border: none]
@@ -27,10 +27,10 @@ layer at (0,0) size 800x325
LayoutTableCell {TD} at (0,0) size 93x51 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=0 c=0 rs=1 cs=1]
RenderText {#text} at (2,2) size 43x15
text run at (2,2) width 43: "This text"
- RenderBR {BR} at (45,2) size 0x15
+ LayoutBR {BR} at (45,2) size 0x15
RenderText {#text} at (2,18) size 90x15
text run at (2,18) width 90: "should not overlap"
- RenderBR {BR} at (92,18) size 0x15
+ LayoutBR {BR} at (92,18) size 0x15
RenderText {#text} at (2,34) size 27x15
text run at (2,34) width 27: "itself."
LayoutTableRow {TR} at (0,51) size 93x19

Powered by Google App Engine
This is Rietveld 408576698