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

Unified Diff: LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt

Issue 222473004: Fix scrolling fixed objs containing abs pos obj (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
Index: LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt
diff --git a/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt b/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7fdec2dbb89891e2b9cbc0742a95c30289a2edfa
--- /dev/null
+++ b/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt
@@ -0,0 +1,22 @@
+Hi!
+(repaint rects
+ (rect 0 0 785 600)
+ (rect 0 -500 785 600)
+ (rect 0 -500 785 4021)
+ (rect 425 -20 360 90)
+)
+(GraphicsLayer
+ (bounds 785.00 4021.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 785.00 4021.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (repaint rects
+ (rect 425.00 480.00 360.00 590.00)
+ (rect 425.00 480.00 360.00 590.00)
+ )
+ )
+ )
+)
+
« no previous file with comments | « LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.png ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698