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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/repaint/image-with-clip-path-expected.txt

Issue 2184693002: Auto-rebaseline for r407755 (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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutSVGRoot svg", 12 "object": "LayoutSVGRoot svg",
13 "rect": [0, 10, 237, 70], 13 "rect": [0, 10, 236, 70],
14 "reason": "incremental" 14 "reason": "incremental"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGRoot svg", 17 "object": "LayoutSVGRoot svg",
18 "rect": [0, 75, 237, 5], 18 "rect": [0, 75, 236, 5],
19 "reason": "incremental" 19 "reason": "incremental"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGRect rect id='r'", 22 "object": "LayoutSVGRect rect id='r'",
23 "rect": [0, 0, 100, 100], 23 "rect": [0, 0, 100, 100],
24 "reason": "full" 24 "reason": "full"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGRect rect id='r'", 27 "object": "LayoutSVGRect rect id='r'",
28 "rect": [0, 0, 100, 100], 28 "rect": [0, 0, 100, 100],
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "object": "LayoutSVGRect rect id='r'", 121 "object": "LayoutSVGRect rect id='r'",
122 "reason": "full" 122 "reason": "full"
123 }, 123 },
124 { 124 {
125 "object": "LayoutSVGImage image", 125 "object": "LayoutSVGImage image",
126 "reason": "full" 126 "reason": "full"
127 } 127 }
128 ] 128 ]
129 } 129 }
130 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698