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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/stable/paint/invalidation/svg/animated-path-inside-transformed-html-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/linux/virtual/stable/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt
deleted file mode 100644
index 0e9a774b4ebb924353bae54096c27923fcd31be8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/paint/invalidation/svg/animated-path-inside-transformed-html-expected.txt
+++ /dev/null
@@ -1,80 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFFFF",
- "paintInvalidations": [
- {
- "object": "LayoutSVGInlineText #text",
- "rect": [203, 336, 123, 44],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutSVGText text id='text'",
- "rect": [203, 336, 123, 44],
- "reason": "full"
- },
- {
- "object": "LayoutSVGInlineText #text",
- "rect": [246, 106, 121, 28],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutSVGText text id='text'",
- "rect": [246, 106, 121, 28],
- "reason": "full"
- },
- {
- "object": "LayoutSVGRect rect id='rect'",
- "rect": [354, 127, 105, 103],
- "reason": "full"
- },
- {
- "object": "LayoutSVGRect rect id='rect'",
- "rect": [110, 84, 103, 102],
- "reason": "full"
- },
- {
- "object": "LayoutSVGImage image id='image'",
- "rect": [352, 397, 98, 99],
- "reason": "full"
- },
- {
- "object": "LayoutSVGImage image id='image'",
- "rect": [90, 208, 98, 98],
- "reason": "full"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutSVGRect rect id='rect'",
- "reason": "full"
- },
- {
- "object": "LayoutSVGText text id='text'",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "LayoutSVGInlineText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'This is some text'",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutSVGImage image id='image'",
- "reason": "full"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698