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

Unified Diff: LayoutTests/platform/linux/fast/overflow/table-overflow-float-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/fast/overflow/table-overflow-float-expected.txt
diff --git a/LayoutTests/platform/linux/fast/overflow/table-overflow-float-expected.txt b/LayoutTests/platform/linux/fast/overflow/table-overflow-float-expected.txt
index 30da790238465e19b114fea8a9db803de1a9a18b..0ff0b19f5b6c351ff76f3f40196e181ff96fdf2d 100644
--- a/LayoutTests/platform/linux/fast/overflow/table-overflow-float-expected.txt
+++ b/LayoutTests/platform/linux/fast/overflow/table-overflow-float-expected.txt
@@ -11,8 +11,8 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 747x39
text run at (0,0) width 747: "Here it is: a gray, one-cell, no-width-specified table, with a 100x100 scrolling (overflow:auto) div inside. In this div, there are"
text run at (0,20) width 323: "floating (float: left) span tags with content inside (text)."
- RenderBR {BR} at (323,35) size 0x0
- RenderBR {BR} at (0,40) size 0x19
+ LayoutBR {BR} at (323,35) size 0x0
+ LayoutBR {BR} at (0,40) size 0x19
RenderText {#text} at (0,60) size 776x39
text run at (0,60) width 776: "You would expect that the table would expand to fit the defined width of the div tag. But in Safari and Shiira, the table expands to"
text run at (0,80) width 114: "fit the height of the "
@@ -21,8 +21,8 @@ layer at (0,0) size 800x600
text run at (114,80) width 137: "content inside the div"
RenderText {#text} at (251,80) size 497x19
text run at (251,80) width 497: ", not the height of the div. This behavior does not occur if the content is not floated."
- RenderBR {BR} at (748,95) size 0x0
- RenderBR {BR} at (0,100) size 0x19
+ LayoutBR {BR} at (748,95) size 0x0
+ LayoutBR {BR} at (0,100) size 0x19
layer at (11,11) size 100x100 clip at (11,11) size 85x100 scrollHeight 240
RenderBlock {DIV} at (1,1) size 100x100
RenderBlock (floating) {SPAN} at (0,0) size 25x20

Powered by Google App Engine
This is Rietveld 408576698