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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/svg/js-late-gradient-creation-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/platform/win/virtual/stable/paint/invalidation/svg/js-late-gradient-creation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/svg/js-late-gradient-creation-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/svg/js-late-gradient-creation-expected.txt
deleted file mode 100644
index db529e3420dbef5f1cb0fb152561a4e9a8f2377e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/svg/js-late-gradient-creation-expected.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutSVGInlineText #text",
- "rect": [33, 23, 700, 189],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutSVGText text",
- "rect": [33, 23, 700, 189],
- "reason": "style change"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutSVGText text",
- "reason": "style change"
- },
- {
- "object": "RootInlineBox",
- "reason": "style change"
- },
- {
- "object": "LayoutSVGInlineText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Gradient on fill'",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutSVGResourceLinearGradient linearGradient id='dynGrad'",
- "reason": "layoutObject insertion"
- },
- {
- "object": "LayoutSVGGradientStop stop",
- "reason": "layoutObject insertion"
- },
- {
- "object": "LayoutSVGGradientStop stop",
- "reason": "layoutObject insertion"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698