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

Unified Diff: LayoutTests/platform/win/editing/inserting/insert-br-quoted-004-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/editing/inserting/insert-br-quoted-004-expected.txt
diff --git a/LayoutTests/platform/win/editing/inserting/insert-br-quoted-004-expected.txt b/LayoutTests/platform/win/editing/inserting/insert-br-quoted-004-expected.txt
index d241c28cd7e9a3035ea0da47c20ef0ab61231e2e..db0f4531ae136f8b15c268dd9cc660ecc6eafe5a 100644
--- a/LayoutTests/platform/win/editing/inserting/insert-br-quoted-004-expected.txt
+++ b/LayoutTests/platform/win/editing/inserting/insert-br-quoted-004-expected.txt
@@ -17,13 +17,13 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (0,27) size 784x81
RenderText {#text} at (0,0) size 190x26
text run at (0,0) width 190: "Expected Results: "
- RenderBR {BR} at (189,21) size 1x0
+ LayoutBR {BR} at (189,21) size 1x0
RenderText {#text} at (0,27) size 376x17
text run at (0,27) width 376: "Two blockquotes, with an unquoted blank line in between."
- RenderBR {BR} at (375,41) size 1x0
+ LayoutBR {BR} at (375,41) size 1x0
RenderText {#text} at (0,45) size 411x17
text run at (0,45) width 411: "The first blockquote contains two lines, the second one is blank."
- RenderBR {BR} at (410,59) size 1x0
+ LayoutBR {BR} at (410,59) size 1x0
RenderText {#text} at (0,63) size 341x17
text run at (0,63) width 341: "The second blockquote contains two non-blank lines."
RenderBlock {DIV} at (0,108) size 784x246 [border: (2px solid #FF0000)]
@@ -38,9 +38,9 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (2,29) size 672x27
RenderBlock {DIV} at (0,0) size 672x27
RenderBlock {DIV} at (0,0) size 672x27
- RenderBR {BR} at (0,0) size 0x26
+ LayoutBR {BR} at (0,0) size 0x26
RenderBlock (anonymous) at (0,58) size 756x27
- RenderBR {BR} at (0,0) size 0x26
+ LayoutBR {BR} at (0,0) size 0x26
RenderBlock {BLOCKQUOTE} at (40,109) size 676x58 [border: (2px solid #0000FF)]
RenderBlock {DIV} at (2,2) size 672x27
RenderBlock {DIV} at (0,0) size 672x27

Powered by Google App Engine
This is Rietveld 408576698