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

Unified Diff: LayoutTests/platform/win/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/win/fast/regions/top-overflow-out-of-second-region-expected.txt
diff --git a/LayoutTests/platform/win/fast/regions/top-overflow-out-of-second-region-expected.txt b/LayoutTests/platform/win/fast/regions/top-overflow-out-of-second-region-expected.txt
index af1d5434d302459776cc82c697424e8b2f19da75..8e90a8073fd2215f8bf407a9be466311ca010a48 100644
--- a/LayoutTests/platform/win/fast/regions/top-overflow-out-of-second-region-expected.txt
+++ b/LayoutTests/platform/win/fast/regions/top-overflow-out-of-second-region-expected.txt
@@ -11,13 +11,16 @@ layer at (0,0) size 800x426
text run at (0,60) width 449: "should be spilling out of the top of region two and be painted in region one."
RenderBlock {DIV} at (0,96) size 784x306
layer at (8,112) 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,214) 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,416) 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 400x183
@@ -35,7 +38,7 @@ Flow Threads
text run at (0,20) width 291: "block in the second region and spill out of the"
text run at (0,40) width 109: "top of the second "
text run at (109,40) width 41: "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