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

Unified Diff: LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-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/mac/fast/parser/open-comment-in-textarea-expected.txt
diff --git a/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt b/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt
index 76eb26b468d6126f1371b3725b91b2fb889f500a..4041e3d66e4abaaf71967da9a0e045f3f4abe29f 100644
--- a/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt
+++ b/LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt
@@ -10,10 +10,10 @@ layer at (8,8) size 161x32 clip at (9,9) size 144x30 scrollHeight 56
RenderBlock {DIV} at (3,3) size 140x52
RenderText {#text} at (0,0) size 25x13
text run at (0,0) width 25: "<!--"
- RenderBR {BR} at (24,11) size 1x0
+ LayoutBR {BR} at (24,11) size 1x0
RenderText {#text} at (0,13) size 140x26
text run at (0,13) width 139: "This should be part of the"
text run at (138,13) width 2: " "
text run at (0,26) width 48: "textarea."
- RenderBR {BR} at (47,37) size 1x0
- RenderBR {BR} at (0,39) size 0x13
+ LayoutBR {BR} at (47,37) size 1x0
+ LayoutBR {BR} at (0,39) size 0x13

Powered by Google App Engine
This is Rietveld 408576698