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

Unified Diff: LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-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/forms/input-appearance-preventDefault-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt b/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt
index db62da7c3bad2c63c864ab7808e7b174291b16b9..c0e21a7f1136453772909eabe0a6d1dd7decd6ed 100644
--- a/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt
@@ -3,7 +3,7 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
- RenderBR {BR} at (0,0) size 0x18
+ LayoutBR {BR} at (0,0) size 0x18
RenderText {#text} at (0,18) size 682x18
text run at (0,18) width 682: "This tests that preventDefault called onmousedown will prevent a caret from being placed in the text field."
RenderText {#text} at (0,0) size 0x0
@@ -16,6 +16,6 @@ layer at (13,53) size 117x13 scrollWidth 129
text run at (0,0) width 129: "No caret should be here"
layer at (10,70) size 328x36
RenderBlock (positioned) {DIV} at (10,70) size 327.92x36
- RenderBR {BR} at (0,0) size 0x18
+ LayoutBR {BR} at (0,0) size 0x18
RenderText {#text} at (0,18) size 328x18
text run at (0,18) width 328: "mousedown on target [object HTMLInputElement]"

Powered by Google App Engine
This is Rietveld 408576698