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: third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/js-update-bounce-expected.txt

Issue 2669033009: Run virtual suite paint/invalidation with --disable-slimming-paint-invalidation (Closed)
Patch Set: Rebase Created 3 years, 10 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: third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/js-update-bounce-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/js-update-bounce-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/js-update-bounce-expected.txt
deleted file mode 100644
index a8d85e55a806becf4a0fd3faa4e10f9be59d6c09..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/js-update-bounce-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutSVGEllipse circle id='bounce'",
- "rect": [101, 101, 68, 68],
- "reason": "subtree"
- },
- {
- "object": "LayoutSVGEllipse circle id='bounce'",
- "rect": [1, 1, 68, 68],
- "reason": "subtree"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutSVGEllipse circle id='bounce'",
- "reason": "subtree"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698