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

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

Issue 584033002: [New Multicolumn] Add support for column-span:all (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix ref in test. Tables don't do subpixel, and that made a difference on Windows and Mac. Created 6 years, 2 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 800x120 3 layer at (0,0) size 800x116
4 RenderBlock {HTML} at (0,0) size 800x120 4 RenderBlock {HTML} at (0,0) size 800x116
5 RenderBody {BODY} at (8,8) size 784x104 5 RenderBody {BODY} at (8,8) size 784x100
6 layer at (8,8) size 784x104 6 layer at (8,8) size 784x100
7 RenderBlock {DIV} at (0,0) size 784x104 7 RenderBlock {DIV} at (0,0) size 784x100
8 RenderMultiColumnSet at (0,0) size 784x100
9 layer at (8,8) size 384x200
10 RenderMultiColumnFlowThread at (0,0) size 384x200
8 RenderBlock {DIV} at (0,0) size 374x88 11 RenderBlock {DIV} at (0,0) size 374x88
9 RenderBlock {P} at (0,16) size 374x20 12 RenderBlock {P} at (0,16) size 374x20
10 RenderText {#text} at (0,0) size 317x19 13 RenderText {#text} at (0,0) size 317x19
11 text run at (0,0) width 317: "This text should not be spanned across t wo columns." 14 text run at (0,0) width 317: "This text should not be spanned across t wo columns."
12 RenderBlock {P} at (0,52) size 374x20 15 RenderBlock {P} at (0,52) size 374x20
13 RenderText {#text} at (0,0) size 374x19 16 RenderText {#text} at (0,0) size 374x19
14 text run at (0,0) width 374: "This text should be below the previous t ext, but still on the left." 17 text run at (0,0) width 374: "This text should be below the previous t ext, but still on the left."
15 RenderText {#text} at (0,0) size 0x0 18 RenderText {#text} at (0,0) size 0x0
16 RenderInline {SPAN} at (0,0) size 376x99 19 RenderInline {SPAN} at (0,0) size 376x99
17 RenderText {#text} at (0,104) size 376x99 20 RenderText {#text} at (0,100) size 376x99
18 text run at (0,104) width 347: "The beginning of this text should start next to or below the" 21 text run at (0,100) width 347: "The beginning of this text should start next to or below the"
19 text run at (0,124) width 376: "previous text, and still in the left col umn. However, when made" 22 text run at (0,120) width 376: "previous text, and still in the left col umn. However, when made"
20 text run at (0,144) width 374: "sufficiently longer than the previous bl ock of text, it should spill" 23 text run at (0,140) width 374: "sufficiently longer than the previous bl ock of text, it should spill"
21 text run at (0,164) width 372: "into the right column instead of staying below the block before" 24 text run at (0,160) width 372: "into the right column instead of staying below the block before"
22 text run at (0,184) width 11: "it." 25 text run at (0,180) width 11: "it."
23 RenderText {#text} at (0,0) size 0x0 26 RenderText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698