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

Side by Side Diff: LayoutTests/platform/mac/editing/selection/focus_editable_html-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 unified diff | Download patch
OLDNEW
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 layer at (0,0) size 800x600 scrollWidth 2008 scrollHeight 2088 2 layer at (0,0) size 800x600 scrollWidth 2008 scrollHeight 2088
3 RenderView at (0,0) size 800x600 3 RenderView at (0,0) size 800x600
4 layer at (0,0) size 800x2088 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600 4 layer at (0,0) size 800x2088 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
5 RenderBlock {HTML} at (0,0) size 800x2088 5 RenderBlock {HTML} at (0,0) size 800x2088
6 RenderBody {BODY} at (8,8) size 784x2072 6 RenderBody {BODY} at (8,8) size 784x2072
7 RenderBlock (anonymous) at (0,0) size 784x54 7 RenderBlock (anonymous) at (0,0) size 784x54
8 RenderText {#text} at (0,0) size 595x18 8 RenderText {#text} at (0,0) size 595x18
9 text run at (0,0) width 595: "This test makes sure that we don't scrol l unnecessarily to reveal an editable HTML Element. " 9 text run at (0,0) width 595: "This test makes sure that we don't scrol l unnecessarily to reveal an editable HTML Element. "
10 RenderBR {BR} at (594,14) size 1x0 10 LayoutBR {BR} at (594,14) size 1x0
11 RenderText {#text} at (0,18) size 269x18 11 RenderText {#text} at (0,18) size 269x18
12 text run at (0,18) width 269: "If the document doesn't scroll, test pa sses." 12 text run at (0,18) width 269: "If the document doesn't scroll, test pa sses."
13 RenderBR {BR} at (268,32) size 1x0 13 LayoutBR {BR} at (268,32) size 1x0
14 RenderInline {B} at (0,0) size 538x18 14 RenderInline {B} at (0,0) size 538x18
15 RenderText {#text} at (0,36) size 538x18 15 RenderText {#text} at (0,36) size 538x18
16 text run at (0,36) width 538: "This demonstrates a bug: normally, fo cusing an element will select its contents." 16 text run at (0,36) width 538: "This demonstrates a bug: normally, fo cusing an element will select its contents."
17 RenderText {#text} at (0,0) size 0x0 17 RenderText {#text} at (0,0) size 0x0
18 RenderBlock {DIV} at (0,54) size 2000x2000 18 RenderBlock {DIV} at (0,54) size 2000x2000
19 RenderBlock (anonymous) at (0,2054) size 784x18 19 RenderBlock (anonymous) at (0,2054) size 784x18
20 RenderText {#text} at (0,0) size 245x18 20 RenderText {#text} at (0,0) size 245x18
21 text run at (0,0) width 245: "If the document scrolls here, test fails ." 21 text run at (0,0) width 245: "If the document scrolls here, test fails ."
22 caret: position 1 of child 0 {#text} of body 22 caret: position 1 of child 0 {#text} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698