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

Unified Diff: LayoutTests/fast/repaint/window-resize-fixed-center-background-image-expected.txt

Issue 293063016: Exclude cases of full repaint on viewport height change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 7 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/fast/repaint/window-resize-fixed-center-background-image-expected.txt
diff --git a/LayoutTests/fast/repaint/window-resize-fixed-center-background-image-expected.txt b/LayoutTests/fast/repaint/window-resize-fixed-center-background-image-expected.txt
deleted file mode 100644
index d79c1f7f5e3acc4a1394b459ff66c0a3664d505b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/repaint/window-resize-fixed-center-background-image-expected.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-(GraphicsLayer
- (bounds 200.00 300.00)
- (children 1
- (GraphicsLayer
- (bounds 200.00 300.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 0.00 0.00 200.00 200.00)
- )
- )
- )
-)
-(GraphicsLayer
- (bounds 300.00 300.00)
- (children 1
- (GraphicsLayer
- (bounds 300.00 300.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 0.00 0.00 200.00 300.00)
- )
- )
- )
-)
-(GraphicsLayer
- (bounds 300.00 250.00)
- (children 1
- (GraphicsLayer
- (bounds 300.00 250.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 0.00 250.00 300.00 50.00)
- (rect 0.00 0.00 300.00 300.00)
- )
- )
- )
-)
-(GraphicsLayer
- (bounds 250.00 250.00)
- (children 1
- (GraphicsLayer
- (bounds 250.00 250.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 250.00 0.00 50.00 250.00)
- (rect 0.00 0.00 300.00 250.00)
- )
- )
- )
-)
-
« no previous file with comments | « LayoutTests/fast/repaint/window-resize-fixed-center-background-image.html ('k') | Source/core/rendering/RenderView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698