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

Unified Diff: LayoutTests/platform/linux/tables/mozilla/bugs/bug60992-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/bugs/bug60992-expected.txt
diff --git a/LayoutTests/platform/linux/tables/mozilla/bugs/bug60992-expected.txt b/LayoutTests/platform/linux/tables/mozilla/bugs/bug60992-expected.txt
index 77d393d645a6242ef1dcb818ed5b4fb760484f1c..649d7989f5c240da8b63ae112083198226e3d2fb 100644
--- a/LayoutTests/platform/linux/tables/mozilla/bugs/bug60992-expected.txt
+++ b/LayoutTests/platform/linux/tables/mozilla/bugs/bug60992-expected.txt
@@ -10,13 +10,13 @@ layer at (0,0) size 800x600
RenderBlock (anonymous) at (1,1) size 214x60
RenderText {#text} at (0,0) size 214x19
text run at (0,0) width 214: "This cell has the nowrap parameter "
- RenderBR {BR} at (214,15) size 0x0
- RenderBR {BR} at (0,20) size 0x19
+ LayoutBR {BR} at (214,15) size 0x0
+ LayoutBR {BR} at (0,20) size 0x19
RenderText {#text} at (0,40) size 30x19
text run at (0,40) width 30: "<hr>"
RenderBlock {HR} at (1,69) size 214x2 [border: (1px inset #EEEEEE)]
RenderBlock (anonymous) at (1,79) size 214x40
- RenderBR {BR} at (0,0) size 0x19
+ LayoutBR {BR} at (0,0) size 0x19
RenderText {#text} at (0,20) size 92x19
text run at (0,20) width 92: "<hr width=30>"
RenderBlock {HR} at (92,127) size 32x2 [border: (1px inset #EEEEEE)]
@@ -29,13 +29,13 @@ layer at (0,0) size 800x600
RenderBlock (anonymous) at (1,1) size 214x60
RenderText {#text} at (0,0) size 100x19
text run at (0,0) width 100: "This cell doesn't "
- RenderBR {BR} at (100,15) size 0x0
- RenderBR {BR} at (0,20) size 0x19
+ LayoutBR {BR} at (100,15) size 0x0
+ LayoutBR {BR} at (0,20) size 0x19
RenderText {#text} at (0,40) size 30x19
text run at (0,40) width 30: "<hr>"
RenderBlock {HR} at (1,69) size 214x2 [border: (1px inset #EEEEEE)]
RenderBlock (anonymous) at (1,79) size 214x40
- RenderBR {BR} at (0,0) size 0x19
+ LayoutBR {BR} at (0,0) size 0x19
RenderText {#text} at (0,20) size 92x19
text run at (0,20) width 92: "<hr width=30>"
RenderBlock {HR} at (92,127) size 32x2 [border: (1px inset #EEEEEE)]

Powered by Google App Engine
This is Rietveld 408576698