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

Side by Side Diff: LayoutTests/platform/win/fast/dynamic/002-expected.txt

Issue 23475019: The HTML parser should lazy attach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: moar whitespace text node rebaselines Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderBlock {DIV} at (0,0) size 784x20 6 RenderBlock {DIV} at (0,0) size 784x20
7 RenderBlock (floating) {DIV} at (536,0) size 248x104 [border: (2px solid #FF0000)] 7 RenderBlock (floating) {DIV} at (536,0) size 248x104 [border: (2px solid #FF0000)]
8 RenderText {#text} at (2,2) size 244x19 8 RenderText {#text} at (2,2) size 244x19
9 text run at (2,2) width 244: "I should become a right-floating eleme nt." 9 text run at (2,2) width 244: "I should become a right-floating eleme nt."
10 RenderBlock (anonymous) at (0,0) size 784x20 10 RenderText {#text} at (0,0) size 371x19
11 RenderText {#text} at (0,0) size 371x19 11 text run at (0,0) width 184: "This text should be on the left. "
12 text run at (0,0) width 184: "This text should be on the left. " 12 text run at (184,0) width 187: "The float should be to the right."
13 text run at (184,0) width 187: "The float should be to the right."
14 RenderBlock {DIV} at (0,20) size 784x30 13 RenderBlock {DIV} at (0,20) size 784x30
15 RenderBlock {DIV} at (0,50) size 784x40 14 RenderBlock {DIV} at (0,50) size 784x40
16 RenderBlock (floating) {SPAN} at (0,0) size 240x104 [border: (2px solid #FF0000)] 15 RenderBlock (floating) {SPAN} at (0,0) size 240x104 [border: (2px solid #FF0000)]
17 RenderText {#text} at (2,2) size 236x19 16 RenderText {#text} at (2,2) size 236x19
18 text run at (2,2) width 236: "I should become a left-floating elemen t." 17 text run at (2,2) width 236: "I should become a left-floating elemen t."
19 RenderText {#text} at (240,0) size 288x39 18 RenderText {#text} at (240,0) size 288x39
20 text run at (240,0) width 192: "This text should be on the right. " 19 text run at (240,0) width 192: "This text should be on the right. "
21 text run at (432,0) width 96: "The float should" 20 text run at (432,0) width 96: "The float should"
22 text run at (240,20) width 79: "be to the left." 21 text run at (240,20) width 79: "be to the left."
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698