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

Unified Diff: LayoutTests/platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-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/multiple-directionality-changes-in-variable-width-regions-expected.txt
diff --git a/LayoutTests/platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt b/LayoutTests/platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt
index 1ab94c7a446ce2d8eb11d6ba204737092d685ab9..1a46a6681b405d0a0d447eee7d75f72eeb3153ee 100644
--- a/LayoutTests/platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt
+++ b/LayoutTests/platform/win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt
@@ -5,13 +5,16 @@ layer at (0,0) size 800x422
RenderBody {BODY} at (8,8) size 784x406
RenderBlock {DIV} at (0,0) size 784x406
layer at (8,8) size 402x102
- RenderRegion {DIV} at (0,0) size 402x102 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (0,0) size 402x102 [border: (1px solid #000000)]
+ RenderNamedFlowFragment at (1,1) size 400x100
layer at (8,110) size 502x182
- RenderRegion {DIV} at (0,102) size 502x182 [border: (1px solid #000000)]
+ RenderBlock {DIV} at (0,102) size 502x182 [border: (1px solid #000000)]
+ RenderNamedFlowFragment at (1,1) size 500x180
layer at (8,292) size 202x122
- RenderRegion {DIV} at (0,284) size 202x122 [border: (1px solid #000000)]
-Flow Threads
- Thread with flow-name 'flow1'
+ RenderBlock {DIV} at (0,284) size 202x122 [border: (1px solid #000000)]
+ RenderNamedFlowFragment at (1,1) size 200x120
+Named flows
+ Named flow 'flow1'
layer at (0,0) size 500x400
RenderNamedFlowThread at (0,0) size 500x400
RenderBlock {DIV} at (25,0) size 450x372
@@ -35,7 +38,7 @@ Flow Threads
text run at (-53,0) width 119: "This line of text"
text run at (-53,20) width 119: "should not get out"
text run at (-53,40) width 79: "of the 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