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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/repaint/mask-clip-target-transform-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", 10 "object": "LayoutSVGContainer g",
11 "rect": [150, 100, 100, 50], 11 "rect": [150, 100, 100, 50],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g", 15 "object": "LayoutSVGContainer g",
16 "rect": [100, 150, 50, 100],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGContainer g",
21 "rect": [50, 150, 100, 100], 16 "rect": [50, 150, 100, 100],
22 "reason": "bounds change" 17 "reason": "bounds change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGRect rect id='clipper'", 20 "object": "LayoutSVGRect rect id='clipper'",
26 "rect": [100, 0, 200, 300], 21 "rect": [100, 0, 200, 300],
27 "reason": "full" 22 "reason": "full"
28 }, 23 },
29 { 24 {
30 "object": "LayoutSVGRect rect id='clipper'", 25 "object": "LayoutSVGRect rect id='clipper'",
31 "rect": [0, 100, 300, 200], 26 "rect": [0, 100, 300, 200],
32 "reason": "full" 27 "reason": "full"
33 }, 28 },
34 { 29 {
35 "object": "LayoutSVGRect rect id='masker'", 30 "object": "LayoutSVGRect rect id='masker'",
36 "rect": [0, 0, 300, 100], 31 "rect": [0, 0, 300, 100],
37 "reason": "full" 32 "reason": "full"
38 }, 33 },
39 { 34 {
40 "object": "LayoutSVGRect rect id='masker'", 35 "object": "LayoutSVGRect rect id='masker'",
41 "rect": [100, 0, 200, 300], 36 "rect": [100, 0, 200, 300],
42 "reason": "full" 37 "reason": "full"
43 } 38 }
44 ] 39 ]
45 } 40 }
46 ] 41 ]
47 } 42 }
48 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698