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

Unified Diff: LayoutTests/platform/win/tables/mozilla/bugs/bug5799-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/win/tables/mozilla/bugs/bug5799-expected.txt
diff --git a/LayoutTests/platform/win/tables/mozilla/bugs/bug5799-expected.txt b/LayoutTests/platform/win/tables/mozilla/bugs/bug5799-expected.txt
index 65348b988a06891aeb8ec10b6465dc2ac3ec1d01..9116392c278fcecc3e8e56741ed16a76b63460d7 100644
--- a/LayoutTests/platform/win/tables/mozilla/bugs/bug5799-expected.txt
+++ b/LayoutTests/platform/win/tables/mozilla/bugs/bug5799-expected.txt
@@ -13,7 +13,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (2,2) size 8x17
text run at (2,2) width 8: "x"
RenderBlock (anonymous) at (0,36) size 784x18
- RenderBR {BR} at (0,0) size 0x17
+ LayoutBR {BR} at (0,0) size 0x17
LayoutTable {TABLE} at (0,54) size 336x36 [border: (5px outset #808080)]
LayoutTableSection {TBODY} at (5,5) size 326x26
LayoutTableRow {TR} at (0,2) size 326x22
@@ -24,14 +24,14 @@ layer at (0,0) size 800x600
RenderText {#text} at (2,2) size 8x17
text run at (2,2) width 8: "x"
RenderBlock (anonymous) at (0,90) size 784x18
- RenderBR {BR} at (0,0) size 0x17
+ LayoutBR {BR} at (0,0) size 0x17
RenderBlock {P} at (0,124) size 784x36
RenderText {#text} at (0,0) size 360x17
text run at (0,0) width 360: "In this table, the second and the third cell are given 40%"
- RenderBR {BR} at (359,14) size 1x0
+ LayoutBR {BR} at (359,14) size 1x0
RenderText {#text} at (0,18) size 260x17
text run at (0,18) width 260: "The cells are competing with each other."
- RenderBR {BR} at (259,32) size 1x0
+ LayoutBR {BR} at (259,32) size 1x0
LayoutTable {TABLE} at (0,176) size 348x36 [border: (5px outset #808080)]
LayoutTableSection {TBODY} at (5,5) size 338x26
LayoutTableRow {TR} at (0,2) size 338x22
@@ -47,10 +47,10 @@ layer at (0,0) size 800x600
RenderBlock {P} at (0,228) size 784x54
RenderText {#text} at (0,0) size 360x17
text run at (0,0) width 360: "In this table, the second and the third cell are given 50%"
- RenderBR {BR} at (359,14) size 1x0
+ LayoutBR {BR} at (359,14) size 1x0
RenderText {#text} at (0,18) size 455x17
text run at (0,18) width 455: "The cells are competing again but their percentage can not be satisfied."
- RenderBR {BR} at (454,32) size 1x0
+ LayoutBR {BR} at (454,32) size 1x0
RenderText {#text} at (0,36) size 488x17
text run at (0,36) width 488: "The table grows as large as it can and the first cell gets to its minimal width."
LayoutTable {TABLE} at (0,298) size 784x54 [border: (5px outset #808080)]

Powered by Google App Engine
This is Rietveld 408576698