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

Unified Diff: LayoutTests/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
« no previous file with comments | « LayoutTests/platform/win/fast/repaint/fixed-element-repaint-after-compositing-update-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt
diff --git a/LayoutTests/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt b/LayoutTests/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt
deleted file mode 100644
index c1354d6a38c56849c625d473b269285c059672f7..0000000000000000000000000000000000000000
--- a/LayoutTests/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [8, 413, 784, 28],
- [8, 13, 784, 15],
- [0, 421, 800, 28]
- ],
- "children": [
- {
- "position": [8, 41],
- "bounds": [400, 400],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000",
- "repaintRects": [
- [0, 0, 400, 400],
- [0, 0, 400, 400]
- ],
- "children": [
- {
- "position": [50, 50],
- "bounds": [75, 75],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "repaintRects": [
- [0, 0, 75, 75],
- [0, 0, 75, 75]
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-
« no previous file with comments | « LayoutTests/platform/win/fast/repaint/fixed-element-repaint-after-compositing-update-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698