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

Unified Diff: LayoutTests/fast/regions/flows-dependency-same-flow-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/fast/regions/flows-dependency-same-flow-expected.txt
diff --git a/LayoutTests/fast/regions/flows-dependency-same-flow-expected.txt b/LayoutTests/fast/regions/flows-dependency-same-flow-expected.txt
index 1a9fb8a573436515ec135e644f6ea7aebd830366..ad07f7ef45f7d25cbb3bf934af5ec037a2606758 100644
--- a/LayoutTests/fast/regions/flows-dependency-same-flow-expected.txt
+++ b/LayoutTests/fast/regions/flows-dependency-same-flow-expected.txt
@@ -3,16 +3,17 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x16
RenderBlock {HTML} at (0,0) size 800x16
RenderBody {BODY} at (8,8) size 784x0
-Flow Threads
- Thread with flow-name 'flowB'
- Regions for flow 'flowB'
- RenderRegion {DIV}
- RenderRegion {DIV} invalid
- Thread with flow-name 'flowC'
- Regions for flow 'flowC'
- RenderRegion {DIV}
- RenderRegion {DIV}
- Thread with flow-name 'flowA'
- Regions for flow 'flowA'
- RenderRegion {DIV}
- RenderRegion {DIV}
+Named flows
+ Named flow 'flowB'
+ Regions for named flow 'flowB'
+ RenderNamedFlowFragment (anonymous child of {DIV})
+ Invalid regions for named flow 'flowB'
+ RenderNamedFlowFragment (anonymous child of {DIV}) invalid
+ Named flow 'flowC'
+ Regions for named flow 'flowC'
+ RenderNamedFlowFragment (anonymous child of {DIV})
+ RenderNamedFlowFragment (anonymous child of {DIV})
+ Named flow 'flowA'
+ Regions for named flow 'flowA'
+ RenderNamedFlowFragment (anonymous child of {DIV})
+ RenderNamedFlowFragment (anonymous child of {DIV})

Powered by Google App Engine
This is Rietveld 408576698