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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/virtual/regionbasedmulticol/fast/multicol/span/span-as-nested-inline-block-child-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/multicol/span/span-as-nested-inline-block-child-expected.txt b/LayoutTests/platform/linux/virtual/regionbasedmulticol/fast/multicol/span/span-as-nested-inline-block-child-expected.txt
similarity index 54%
copy from LayoutTests/platform/win-xp/fast/multicol/span/span-as-nested-inline-block-child-expected.txt
copy to LayoutTests/platform/linux/virtual/regionbasedmulticol/fast/multicol/span/span-as-nested-inline-block-child-expected.txt
index 4aaebdc7a5c5317577f4460aac6517d3a351dbe9..410ea91883fef602af16bace2f91cd85c3661853 100644
--- a/LayoutTests/platform/win-xp/fast/multicol/span/span-as-nested-inline-block-child-expected.txt
+++ b/LayoutTests/platform/linux/virtual/regionbasedmulticol/fast/multicol/span/span-as-nested-inline-block-child-expected.txt
@@ -1,10 +1,13 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
-layer at (0,0) size 800x120
- RenderBlock {HTML} at (0,0) size 800x120
- RenderBody {BODY} at (8,8) size 784x104
-layer at (8,8) size 784x104
- RenderBlock {DIV} at (0,0) size 784x104
+layer at (0,0) size 800x116
+ RenderBlock {HTML} at (0,0) size 800x116
+ RenderBody {BODY} at (8,8) size 784x100
+layer at (8,8) size 784x100
+ RenderBlock {DIV} at (0,0) size 784x100
+ RenderMultiColumnSet at (0,0) size 784x100
+layer at (8,8) size 384x200
+ RenderMultiColumnFlowThread at (0,0) size 384x200
RenderBlock {DIV} at (0,0) size 374x88
RenderBlock {P} at (0,16) size 374x20
RenderText {#text} at (0,0) size 317x19
@@ -14,10 +17,10 @@ layer at (8,8) size 784x104
text run at (0,0) width 374: "This text should be below the previous text, but still on the left."
RenderText {#text} at (0,0) size 0x0
RenderInline {SPAN} at (0,0) size 376x99
- RenderText {#text} at (0,104) size 376x99
- text run at (0,104) width 347: "The beginning of this text should start next to or below the"
- text run at (0,124) width 376: "previous text, and still in the left column. However, when made"
- text run at (0,144) width 374: "sufficiently longer than the previous block of text, it should spill"
- text run at (0,164) width 372: "into the right column instead of staying below the block before"
- text run at (0,184) width 11: "it."
+ RenderText {#text} at (0,100) size 376x99
+ text run at (0,100) width 347: "The beginning of this text should start next to or below the"
+ text run at (0,120) width 376: "previous text, and still in the left column. However, when made"
+ text run at (0,140) width 374: "sufficiently longer than the previous block of text, it should spill"
+ text run at (0,160) width 372: "into the right column instead of staying below the block before"
+ text run at (0,180) width 11: "it."
RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698