Chromium Code Reviews

Unified Diff: LayoutTests/platform/win/tables/mozilla/bugs/bug57828-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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/platform/win/tables/mozilla/bugs/bug57828-expected.txt
diff --git a/LayoutTests/platform/win/tables/mozilla/bugs/bug57828-expected.txt b/LayoutTests/platform/win/tables/mozilla/bugs/bug57828-expected.txt
index b270b78eab7c80e066f0061c491aaba7aafe4ab7..8462ecb0c69dbab09cc8c53b3a9123ac913475f9 100644
--- a/LayoutTests/platform/win/tables/mozilla/bugs/bug57828-expected.txt
+++ b/LayoutTests/platform/win/tables/mozilla/bugs/bug57828-expected.txt
@@ -11,7 +11,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (45,2) size 208x17
text run at (45,2) width 208: "NOWRAP cell, no width on cell"
RenderBlock (anonymous) at (0,54) size 784x18
- RenderBR {BR} at (0,0) size 0x17
+ LayoutBR {BR} at (0,0) size 0x17
LayoutTable {TABLE} at (0,72) size 222x54 [border: (3px outset #808080)]
LayoutTableSection {TBODY} at (3,3) size 216x48
LayoutTableRow {TR} at (0,2) size 216x44
@@ -20,7 +20,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (45,2) size 208x17
text run at (45,2) width 208: "NOWRAP cell, no width on cell"
RenderBlock (anonymous) at (0,126) size 784x18
- RenderBR {BR} at (0,0) size 0x17
+ LayoutBR {BR} at (0,0) size 0x17
LayoutTable {TABLE} at (0,144) size 110x108 [border: (3px outset #808080)]
LayoutTableSection {TBODY} at (3,3) size 104x102
LayoutTableRow {TR} at (0,2) size 104x98
@@ -31,7 +31,7 @@ layer at (0,0) size 800x600
text run at (2,60) width 28: "cell,"
text run at (2,78) width 70: "width=100"
RenderBlock (anonymous) at (0,252) size 784x18
- RenderBR {BR} at (0,0) size 0x17
+ LayoutBR {BR} at (0,0) size 0x17
LayoutTable {TABLE} at (0,270) size 310x54 [border: (3px outset #808080)]
LayoutTableSection {TBODY} at (3,3) size 304x48
LayoutTableRow {TR} at (0,2) size 304x44

Powered by Google App Engine