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

Side by Side Diff: LayoutTests/platform/win-xp/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 2096 2 layer at (0,0) size 800x600 scrollWidth 2008 scrollHeight 2096
3 RenderView at (0,0) size 800x600 3 RenderView at (0,0) size 800x600
4 layer at (0,0) size 800x2096 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600 4 layer at (0,0) size 800x2096 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 800x2096 5 RenderBlock {HTML} at (0,0) size 800x2096
6 RenderBody {BODY} at (8,8) size 784x2080 6 RenderBody {BODY} at (8,8) size 784x2080
7 RenderBlock (anonymous) at (0,0) size 784x60 7 RenderBlock (anonymous) at (0,0) size 784x60
8 RenderText {#text} at (0,0) size 555x19 8 RenderText {#text} at (0,0) size 555x19
9 text run at (0,0) width 555: "This test makes sure that we don't scrol l unnecessarily to reveal an editable HTML Element. " 9 text run at (0,0) width 555: "This test makes sure that we don't scrol l unnecessarily to reveal an editable HTML Element. "
10 RenderBR {BR} at (555,15) size 0x0 10 LayoutBR {BR} at (555,15) size 0x0
11 RenderText {#text} at (0,20) size 254x19 11 RenderText {#text} at (0,20) size 254x19
12 text run at (0,20) width 254: "If the document doesn't scroll, test pa sses." 12 text run at (0,20) width 254: "If the document doesn't scroll, test pa sses."
13 RenderBR {BR} at (254,35) size 0x0 13 LayoutBR {BR} at (254,35) size 0x0
14 RenderInline {B} at (0,0) size 523x19 14 RenderInline {B} at (0,0) size 523x19
15 RenderText {#text} at (0,40) size 523x19 15 RenderText {#text} at (0,40) size 523x19
16 text run at (0,40) width 523: "This demonstrates a bug: normally, fo cusing an element will select its contents." 16 text run at (0,40) width 523: "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,60) size 2000x2000 18 RenderBlock {DIV} at (0,60) size 2000x2000
19 RenderBlock (anonymous) at (0,2060) size 784x20 19 RenderBlock (anonymous) at (0,2060) size 784x20
20 RenderText {#text} at (0,0) size 226x19 20 RenderText {#text} at (0,0) size 226x19
21 text run at (0,0) width 226: "If the document scrolls here, test fails ." 21 text run at (0,0) width 226: "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