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

Unified Diff: LayoutTests/platform/android/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt

Issue 408843004: Convert more tests into text-based-repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove LayoutTests/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.… Created 6 years, 5 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/platform/android/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt
diff --git a/LayoutTests/platform/android/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt b/LayoutTests/platform/android/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt
deleted file mode 100644
index f29b9e957dfa46b4c745fc851c40167759717ba9..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/android/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 8.00 13.00 784.00 16.00)
- (rect 8.00 413.00 784.00 29.00)
- (rect 0.00 421.00 800.00 29.00)
- )
- (children 1
- (GraphicsLayer
- (position 8.00 42.00)
- (bounds 400.00 400.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #008000)
- (repaint rects
- (rect 0.00 0.00 400.00 400.00)
- (rect 0.00 0.00 400.00 400.00)
- )
- (children 1
- (GraphicsLayer
- (position 50.00 50.00)
- (bounds 75.00 75.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (backgroundColor #0000FF)
- (repaint rects
- (rect 0.00 0.00 75.00 75.00)
- (rect 0.00 0.00 75.00 75.00)
- )
- )
- )
- )
- )
- )
- )
-)
-

Powered by Google App Engine
This is Rietveld 408576698