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

Unified Diff: LayoutTests/platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt

Issue 79433004: Display anonymous regions in DRT (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 7 years, 1 month 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/mac/fast/regions/top-overflow-out-of-second-region-expected.txt
diff --git a/LayoutTests/platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt b/LayoutTests/platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt
index 4c7690beff514c8668e70db3af182ebd2666e1b6..f824a7562cc252801f77338c151d8880777a4412 100644
--- a/LayoutTests/platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt
+++ b/LayoutTests/platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt
@@ -11,13 +11,16 @@ layer at (0,0) size 800x418
text run at (0,54) width 565: "The overflow should be spilling out of the top of region two and be painted in region one."
RenderBlock {DIV} at (0,88) size 784x306
layer at (8,104) size 302x102
- RenderRegion {DIV} at (0,0) size 302x102 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (0,0) size 302x102 [border: (1px solid #000000)]
+ RenderNamedFlowFragment at (1,1) size 300x100
layer at (8,206) size 402x202
- RenderRegion {DIV} at (0,102) size 402x202 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (0,102) size 402x202 [border: (1px solid #000000)]
+ RenderNamedFlowFragment at (1,1) size 400x200
layer at (8,408) size 2x2
- RenderRegion {DIV} at (0,304) size 2x2 [border: (1px solid #000000)]
-Flow Threads
- Thread with flow-name 'flow1'
+ RenderBlock {DIV} at (0,304) size 2x2 [border: (1px solid #000000)]
+ RenderNamedFlowFragment at (1,1) size 0x0
+Named flows
+ Named flow 'flow1'
layer at (0,0) size 400x300
RenderNamedFlowThread at (0,0) size 400x300
RenderBlock {DIV} at (0,0) size 400x177
@@ -35,7 +38,7 @@ Flow Threads
text run at (0,18) width 291: "block in the second region and spill out of the"
text run at (0,36) width 112: "top of the second "
text run at (112,36) width 44: "region."
- Regions for flow 'flow1'
- RenderRegion {DIV} #region1
- RenderRegion {DIV} #region2
- RenderRegion {DIV} #region3
+ Regions for named flow 'flow1'
+ RenderNamedFlowFragment (anonymous child of {DIV} #region1)
+ RenderNamedFlowFragment (anonymous child of {DIV} #region2)
+ RenderNamedFlowFragment (anonymous child of {DIV} #region3)

Powered by Google App Engine
This is Rietveld 408576698