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

Side by Side Diff: LayoutTests/platform/win-xp/fast/text-autosizing/list-item-above-dbcat-expected.txt

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference 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 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 800x593 3 layer at (0,0) size 800x593
4 RenderBlock {HTML} at (0,0) size 800x593 4 RenderBlock {HTML} at (0,0) size 800x593
5 RenderBody {BODY} at (0,0) size 800x336 5 RenderBody {BODY} at (0,0) size 800x336
6 RenderBlock {DIV} at (0,0) size 800x336 6 RenderBlock {DIV} at (0,0) size 800x336
7 RenderText {#text} at (0,1) size 790x334 7 RenderText {#text} at (0,1) size 790x334
8 text run at (0,1) width 790: "This test verifies that FastTextAutosize r considers" 8 text run at (0,1) width 790: "This test verifies that FastTextAutosize r considers"
9 text run at (0,49) width 702: "a list item (LI) to be \"text\" for the purpose of" 9 text run at (0,49) width 702: "a list item (LI) to be \"text\" for the purpose of"
10 text run at (0,97) width 769: "determining the deepest block containin g all text" 10 text run at (0,97) width 769: "determining the deepest block containin g all text"
11 text run at (0,145) width 761: "(DBCAT). If this were not the case, th e cluster's" 11 text run at (0,145) width 761: "(DBCAT). If this were not the case, th e cluster's"
12 text run at (0,193) width 755: "DBCAT would be the DIV inside the LI, which" 12 text run at (0,193) width 755: "DBCAT would be the DIV inside the LI, which"
13 text run at (0,241) width 752: "hasn't entered layout yet when the lis t marker is" 13 text run at (0,241) width 752: "hasn't entered layout yet when the lis t marker is"
14 text run at (0,289) width 661: "autosized (causing the autosizer to cr ash)." 14 text run at (0,289) width 661: "autosized (causing the autosizer to cr ash)."
15 RenderBlock (floating) {UL} at (0,352) size 800x225 15 RenderBlock (floating) {UL} at (0,352) size 800x225
16 RenderListItem {LI} at (40,0) size 760x225 16 LayoutListItem {LI} at (40,0) size 760x225
17 RenderBlock {DIV} at (0,0) size 760x225 17 RenderBlock {DIV} at (0,0) size 760x225
18 RenderListMarker at (-30,1) size 13x43: bullet 18 LayoutListMarker at (-30,1) size 13x43: bullet
19 RenderText {#text} at (0,1) size 748x223 19 RenderText {#text} at (0,1) size 748x223
20 text run at (0,1) width 739: "List item list item list item list i tem list item list" 20 text run at (0,1) width 739: "List item list item list item list i tem list item list"
21 text run at (0,46) width 748: "item list item list item list item list item list item" 21 text run at (0,46) width 748: "item list item list item list item list item list item"
22 text run at (0,91) width 728: "list item list item list item list item list item list" 22 text run at (0,91) width 728: "list item list item list item list item list item list"
23 text run at (0,136) width 748: "item list item list item list item list item list item" 23 text run at (0,136) width 748: "item list item list item list item list item list item"
24 text run at (0,181) width 126: "list item" 24 text run at (0,181) width 126: "list item"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698