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

Unified Diff: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/repaint-paintorder-expected.txt

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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/spinvalidation/paint/invalidation/svg/repaint-paintorder-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/repaint-paintorder-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/repaint-paintorder-expected.txt
deleted file mode 100644
index 5c219274c690ef751966f9927efd3b5433e8b494..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/repaint-paintorder-expected.txt
+++ /dev/null
@@ -1,105 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutSVGPath polygon",
- "rect": [137, 37, 581, 564],
- "reason": "style change"
- },
- {
- "object": "LayoutSVGPath polygon",
- "rect": [183, 165, 134, 134],
- "reason": "style change"
- },
- {
- "object": "LayoutSVGPath polygon",
- "rect": [456, 165, 133, 134],
- "reason": "style change"
- },
- {
- "object": "LayoutSVGPath polygon id='t3'",
- "rect": [320, 165, 133, 134],
- "reason": "style change"
- },
- {
- "object": "LayoutSVGPath polygon",
- "rect": [47, 165, 133, 134],
- "reason": "style change"
- },
- {
- "object": "LayoutSVGContainer use id='t1'",
- "rect": [47, 166, 133, 132],
- "reason": "style change"
- },
- {
- "object": "LayoutSVGViewportContainer svg id='poly'",
- "rect": [47, 166, 133, 132],
- "reason": "style change"
- },
- {
- "object": "LayoutSVGContainer use id='t2'",
- "rect": [184, 166, 132, 132],
- "reason": "style change"
- },
- {
- "object": "LayoutSVGViewportContainer svg id='poly'",
- "rect": [184, 166, 132, 132],
- "reason": "style change"
- },
- {
- "object": "LayoutSVGEllipse circle id='t4'",
- "rect": [46, 28, 7, 7],
- "reason": "style change"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutSVGEllipse circle id='t4'",
- "reason": "style change"
- },
- {
- "object": "LayoutSVGPath polygon",
- "reason": "style change"
- },
- {
- "object": "LayoutSVGContainer use id='t1'",
- "reason": "style change"
- },
- {
- "object": "LayoutSVGViewportContainer svg id='poly'",
- "reason": "style change"
- },
- {
- "object": "LayoutSVGPath polygon",
- "reason": "style change"
- },
- {
- "object": "LayoutSVGContainer use id='t2'",
- "reason": "style change"
- },
- {
- "object": "LayoutSVGViewportContainer svg id='poly'",
- "reason": "style change"
- },
- {
- "object": "LayoutSVGPath polygon",
- "reason": "style change"
- },
- {
- "object": "LayoutSVGPath polygon id='t3'",
- "reason": "style change"
- },
- {
- "object": "LayoutSVGPath polygon",
- "reason": "style change"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698