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

Unified Diff: LayoutTests/virtual/slimmingpaint/paint/invalidation/animated-gif-transformed-offscreen-expected.txt

Issue 1193163002: Cleanup after enabling all slimming paint for all layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/slimmingpaint/paint/invalidation/animated-gif-transformed-offscreen-expected.txt
diff --git a/LayoutTests/virtual/slimmingpaint/paint/invalidation/animated-gif-transformed-offscreen-expected.txt b/LayoutTests/virtual/slimmingpaint/paint/invalidation/animated-gif-transformed-offscreen-expected.txt
deleted file mode 100644
index 101666d17c3b95a0b2636d6e6a6bfc89a5b54b84..0000000000000000000000000000000000000000
--- a/LayoutTests/virtual/slimmingpaint/paint/invalidation/animated-gif-transformed-offscreen-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "bounds": [2008, 2016],
- "children": [
- {
- "bounds": [2008, 2016],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [8, 8],
- "bounds": [2000, 2000],
- "drawsContent": true,
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, 0],
- [0, -1000, 0, 1]
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698