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

Side by Side Diff: LayoutTests/platform/linux/virtual/slimmingpaint/fast/multicol/span/span-as-nested-inline-block-child-expected.txt

Issue 1143153006: Remove old multicol tests that were only run with the old implementation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
(Empty)
1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x116
4 LayoutBlockFlow {HTML} at (0,0) size 800x116
5 LayoutBlockFlow {BODY} at (8,8) size 784x100
6 layer at (8,8) size 784x100
7 LayoutBlockFlow {DIV} at (0,0) size 784x100
8 LayoutMultiColumnSet (anonymous) at (0,0) size 784x100
9 layer at (8,8) size 384x200
10 LayoutMultiColumnFlowThread (anonymous) at (0,0) size 384x200
11 LayoutBlockFlow {DIV} at (0,0) size 374x88
12 LayoutBlockFlow {P} at (0,16) size 374x20
13 LayoutText {#text} at (0,0) size 317x19
14 text run at (0,0) width 317: "This text should not be spanned across t wo columns."
15 LayoutBlockFlow {P} at (0,52) size 374x20
16 LayoutText {#text} at (0,0) size 374x19
17 text run at (0,0) width 374: "This text should be below the previous t ext, but still on the left."
18 LayoutText {#text} at (0,0) size 0x0
19 LayoutInline {SPAN} at (0,0) size 376x99
20 LayoutText {#text} at (0,100) size 376x99
21 text run at (0,100) width 347: "The beginning of this text should start next to or below the"
22 text run at (0,120) width 376: "previous text, and still in the left col umn. However, when made"
23 text run at (0,140) width 374: "sufficiently longer than the previous bl ock of text, it should spill"
24 text run at (0,160) width 372: "into the right column instead of staying below the block before"
25 text run at (0,180) width 11: "it."
26 LayoutText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698