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

Unified Diff: third_party/WebKit/LayoutTests/svg/repaint/image-with-clip-path-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/svg/repaint/image-with-clip-path-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/repaint/image-with-clip-path-expected.txt b/third_party/WebKit/LayoutTests/svg/repaint/image-with-clip-path-expected.txt
deleted file mode 100644
index fdb2412b783f0ecc1741ed23fe09199536dbb1a3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/repaint/image-with-clip-path-expected.txt
+++ /dev/null
@@ -1,130 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutSVGRoot svg",
- "rect": [0, 10, 237, 70],
- "reason": "incremental"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [0, 75, 237, 5],
- "reason": "incremental"
- },
- {
- "object": "LayoutSVGRect rect id='r'",
- "rect": [0, 0, 100, 100],
- "reason": "full"
- },
- {
- "object": "LayoutSVGRect rect id='r'",
- "rect": [0, 0, 100, 100],
- "reason": "full"
- },
- {
- "object": "LayoutSVGContainer g id='g'",
- "rect": [20, 20, 60, 60],
- "reason": "full"
- },
- {
- "object": "LayoutSVGContainer g id='g'",
- "rect": [20, 20, 60, 60],
- "reason": "full"
- },
- {
- "object": "LayoutSVGImage image",
- "rect": [20, 20, 60, 60],
- "reason": "full"
- },
- {
- "object": "LayoutSVGImage image",
- "rect": [20, 20, 60, 60],
- "reason": "full"
- },
- {
- "object": "LayoutSVGContainer g id='g'",
- "rect": [175, 25, 50, 50],
- "reason": "full"
- },
- {
- "object": "LayoutSVGImage image",
- "rect": [175, 25, 50, 50],
- "reason": "full"
- },
- {
- "object": "LayoutSVGRect rect id='r'",
- "rect": [175, 25, 50, 50],
- "reason": "full"
- },
- {
- "object": "LayoutSVGContainer g id='g'",
- "rect": [0, 0, 10, 10],
- "reason": "full"
- },
- {
- "object": "LayoutSVGImage image",
- "rect": [0, 0, 10, 10],
- "reason": "full"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutSVGRoot svg",
- "reason": "incremental"
- },
- {
- "object": "LayoutSVGContainer g id='g'",
- "reason": "full"
- },
- {
- "object": "LayoutSVGHiddenContainer defs",
- "reason": "none"
- },
- {
- "object": "LayoutSVGResourceClipper clipPath id='p'",
- "reason": "none"
- },
- {
- "object": "LayoutSVGRect rect id='r'",
- "reason": "full"
- },
- {
- "object": "LayoutSVGImage image",
- "reason": "full"
- },
- {
- "object": "LayoutSVGRoot svg",
- "reason": "incremental"
- },
- {
- "object": "LayoutSVGContainer g id='g'",
- "reason": "full"
- },
- {
- "object": "LayoutSVGHiddenContainer defs",
- "reason": "none"
- },
- {
- "object": "LayoutSVGResourceClipper clipPath id='p'",
- "reason": "none"
- },
- {
- "object": "LayoutSVGRect rect id='r'",
- "reason": "full"
- },
- {
- "object": "LayoutSVGImage image",
- "reason": "full"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698