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/mac/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/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt
diff --git a/LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt b/LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt
index 915e7a6d295e18152e8733630109631ef2ae6a3b..f045e8e25c0df6b841f1005166d0da9467841387 100644
--- a/LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt
+++ b/LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.txt
@@ -11,8 +11,8 @@ layer at (0,0) size 800x600
text run at (382,18) width 386: "padding. Notice the difference. There should be a larger gap"
text run at (0,36) width 203: "between the cell border and it's "
text run at (202,36) width 167: "contents in the first table. "
- RenderBR {BR} at (0,0) size 0x0
- RenderBR {BR} at (0,54) size 0x18
+ LayoutBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,54) size 0x18
LayoutTable {TABLE} at (0,72) size 263x82 [border: (2px outset #808080)]
LayoutTableSection {TBODY} at (2,2) size 259x78
LayoutTableRow {TR} at (0,2) size 259x36
@@ -36,8 +36,8 @@ layer at (0,0) size 800x600
RenderText {#text} at (9,9) size 61x18
text run at (9,9) width 61: "Netcaster"
RenderBlock (anonymous) at (0,154) size 784x54
- RenderBR {BR} at (0,0) size 0x18
- RenderBR {BR} at (0,18) size 0x18
+ LayoutBR {BR} at (0,0) size 0x18
+ LayoutBR {BR} at (0,18) size 0x18
RenderText {#text} at (0,36) size 224x18
text run at (0,36) width 224: "This table contains no cellpadding."
LayoutTable {TABLE} at (0,208) size 221x54 [border: (2px outset #808080)]

Powered by Google App Engine
This is Rietveld 408576698