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

Unified Diff: LayoutTests/virtual/softwarecompositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt

Issue 306093002: Use the correct method for computing a repaint rect that takes into account squashing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix typo. 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/virtual/softwarecompositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
diff --git a/LayoutTests/virtual/softwarecompositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt b/LayoutTests/virtual/softwarecompositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
deleted file mode 100644
index 493e39db8cbe9fd783ddb53cc74a0d0c1417b867..0000000000000000000000000000000000000000
--- a/LayoutTests/virtual/softwarecompositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-(GraphicsLayer
- (bounds 785.00 30020.00)
- (children 1
- (GraphicsLayer
- (bounds 785.00 30020.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 25.00 25.00 50.00 150.00)
- )
- (children 1
- (GraphicsLayer
- (children 2
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 500.00 500.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #00FFFF)
- )
- (GraphicsLayer
- (position 20.00 20.00)
- (bounds 100.00 30000.00)
- (drawsContent 1)
- )
- )
- )
- )
- )
- )
-)
-

Powered by Google App Engine
This is Rietveld 408576698