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

Unified Diff: LayoutTests/fast/repaint/region-painting-via-layout-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/repaint/region-painting-via-layout-expected.txt
diff --git a/LayoutTests/fast/repaint/region-painting-via-layout-expected.txt b/LayoutTests/fast/repaint/region-painting-via-layout-expected.txt
index a6b094976e196d627865620b85730ffe83e77193..7d9757008b501eaffe86b8fe7b16455aa9bba180 100644
--- a/LayoutTests/fast/repaint/region-painting-via-layout-expected.txt
+++ b/LayoutTests/fast/repaint/region-painting-via-layout-expected.txt
@@ -4,15 +4,16 @@ layer at (0,0) size 800x600
RenderBlock {HTML} at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
layer at (8,8) size 786x182
- RenderRegion {DIV} at (0,0) size 786x182 [bgcolor=#FF0000] [border: (1px solid #000000)]
-Flow Threads
- Thread with flow-name 'flow1'
+ RenderBlock {DIV} at (0,0) size 786x182 [bgcolor=#FF0000] [border: (1px solid #000000)]
+ RenderNamedFlowFragment at (1,1) size 784x180
+Named flows
+ Named flow 'flow1'
layer at (0,0) size 784x1180 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
RenderNamedFlowThread at (0,0) size 784x1180
layer at (0,0) size 784x1200 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600
RenderBlock (relative positioned) {DIV} at (0,0) size 784x1200
RenderBlock {DIV} at (0,1000) size 784x200
RenderBlock {DIV} at (0,0) size 784x200 [bgcolor=#008000]
- Regions for flow 'flow1'
- RenderRegion {DIV} #region1
- RenderRegion {DIV} #region2
+ Regions for named flow 'flow1'
+ RenderNamedFlowFragment (anonymous child of {DIV} #region1)
+ RenderNamedFlowFragment (anonymous child of {DIV} #region2)

Powered by Google App Engine
This is Rietveld 408576698