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

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

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGContainer g id='g'", 10 "object": "LayoutSVGContainer g id='g'",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "rect": [20, 20, 60, 60], 51 "rect": [20, 20, 60, 60],
52 "reason": "location change" 52 "reason": "location change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGImage image", 55 "object": "LayoutSVGImage image",
56 "rect": [175, 25, 50, 50], 56 "rect": [175, 25, 50, 50],
57 "reason": "location change" 57 "reason": "location change"
58 }, 58 },
59 { 59 {
60 "object": "LayoutSVGRect rect id='r'", 60 "object": "LayoutSVGRect rect id='r'",
61 "rect": [0, 0, 10, 10],
62 "reason": "location change"
63 },
64 {
65 "object": "LayoutSVGRect rect id='r'",
66 "rect": [0, 0, 100, 100], 61 "rect": [0, 0, 100, 100],
67 "reason": "location change" 62 "reason": "location change"
68 }, 63 },
69 { 64 {
70 "object": "LayoutSVGRect rect id='r'", 65 "object": "LayoutSVGRect rect id='r'",
71 "rect": [0, 0, 100, 100], 66 "rect": [0, 0, 100, 100],
72 "reason": "location change" 67 "reason": "location change"
73 }, 68 },
74 { 69 {
75 "object": "LayoutSVGRect rect id='r'", 70 "object": "LayoutSVGRect rect id='r'",
(...skipping 23 matching lines...) Expand all
99 { 94 {
100 "object": "LayoutSVGRoot svg", 95 "object": "LayoutSVGRoot svg",
101 "rect": [0, 75, 222, 5], 96 "rect": [0, 75, 222, 5],
102 "reason": "incremental" 97 "reason": "incremental"
103 } 98 }
104 ] 99 ]
105 } 100 }
106 ] 101 ]
107 } 102 }
108 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698