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

Unified Diff: LayoutTests/platform/linux/tables/mozilla/marvin/tables_cellpadding-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/linux/tables/mozilla/marvin/tables_cellpadding-expected.txt
diff --git a/LayoutTests/platform/linux/tables/mozilla/marvin/tables_cellpadding-expected.txt b/LayoutTests/platform/linux/tables/mozilla/marvin/tables_cellpadding-expected.txt
index daa537c9603ab3cd8cfc3840537f13d9a9da37af..762d6fb52d3bb0873e166514adaf238c88cfc384 100644
--- a/LayoutTests/platform/linux/tables/mozilla/marvin/tables_cellpadding-expected.txt
+++ b/LayoutTests/platform/linux/tables/mozilla/marvin/tables_cellpadding-expected.txt
@@ -11,8 +11,8 @@ layer at (0,0) size 800x600
text run at (343,20) width 439: "padding. Notice the difference. There should be a larger gap between the"
text run at (0,40) width 115: "cell border and it's "
text run at (115,40) width 153: "contents in the first table. "
- RenderBR {BR} at (0,0) size 0x0
- RenderBR {BR} at (0,60) size 0x19
+ LayoutBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,60) size 0x19
LayoutTable {TABLE} at (0,80) size 255x86 [border: (2px outset #808080)]
LayoutTableSection {TBODY} at (2,2) size 251x82
LayoutTableRow {TR} at (0,2) size 251x38
@@ -36,8 +36,8 @@ layer at (0,0) size 800x600
RenderText {#text} at (9,9) size 59x19
text run at (9,9) width 59: "Netcaster"
RenderBlock (anonymous) at (0,166) size 784x60
- RenderBR {BR} at (0,0) size 0x19
- RenderBR {BR} at (0,20) size 0x19
+ LayoutBR {BR} at (0,0) size 0x19
+ LayoutBR {BR} at (0,20) size 0x19
RenderText {#text} at (0,40) size 206x19
text run at (0,40) width 206: "This table contains no cellpadding."
LayoutTable {TABLE} at (0,226) size 213x58 [border: (2px outset #808080)]

Powered by Google App Engine
This is Rietveld 408576698