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

Unified Diff: LayoutTests/compositing/overflow/scroll-parent-absolute-expected.txt

Issue 340913002: RenderLayer::scrollParent should walk the containing block chain (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: git add tests Created 6 years, 6 months 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
« no previous file with comments | « LayoutTests/compositing/overflow/scroll-parent-absolute.html ('k') | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/overflow/scroll-parent-absolute-expected.txt
diff --git a/LayoutTests/compositing/overflow/scroll-parent-absolute-expected.txt b/LayoutTests/compositing/overflow/scroll-parent-absolute-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..106e477491ff92359d8468fb8f8d1f4362f0dab5
--- /dev/null
+++ b/LayoutTests/compositing/overflow/scroll-parent-absolute-expected.txt
@@ -0,0 +1,75 @@
+(GraphicsLayer
+ (bounds 785.00 5516.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 5516.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (children 4
+ (GraphicsLayer
+ (position 8.00 8.00)
+ (bounds 500.00 500.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #0000FF)
+ (children 4
+ (GraphicsLayer
+ (bounds 485.00 485.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 485.00 5000.00)
+ (shouldFlattenTransform 0)
+ (drawsContent 1)
+ (children 1
+ (GraphicsLayer
+ )
+ )
+ )
+ )
+ )
+ (GraphicsLayer
+ (position 0.00 485.00)
+ (bounds 485.00 15.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 485.00 0.00)
+ (bounds 15.00 485.00)
+ (drawsContent 1)
+ )
+ (GraphicsLayer
+ (position 485.00 485.00)
+ (bounds 15.00 15.00)
+ (drawsContent 1)
+ )
+ )
+ )
+ (GraphicsLayer
+ (position 8.00 8.00)
+ (bounds 400.00 400.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #008000)
+ (hasClipParent 1)
+ )
+ (GraphicsLayer
+ (position 8.00 8.00)
+ (bounds 300.00 300.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backfaceVisibility hidden)
+ (backgroundColor #FFFF00)
+ )
+ (GraphicsLayer
+ (position 8.00 8.00)
+ (bounds 20.00 5000.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #FA8072)
+ (hasScrollParent 1)
+ )
+ )
+ )
+ )
+)
+
« no previous file with comments | « LayoutTests/compositing/overflow/scroll-parent-absolute.html ('k') | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698