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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/js-update-style-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": [6, 6, 158, 238], 11 "rect": [6, 6, 158, 238],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g",
16 "rect": [10, 10, 150, 230],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutSVGRect rect", 15 "object": "LayoutSVGRect rect",
21 "rect": [6, 6, 158, 58], 16 "rect": [6, 6, 158, 58],
22 "reason": "style change" 17 "reason": "style change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGRect rect", 20 "object": "LayoutSVGRect rect",
26 "rect": [10, 10, 150, 50],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutSVGRect rect",
31 "rect": [6, 66, 158, 58], 21 "rect": [6, 66, 158, 58],
32 "reason": "style change" 22 "reason": "style change"
33 }, 23 },
34 { 24 {
35 "object": "LayoutSVGRect rect", 25 "object": "LayoutSVGRect rect",
36 "rect": [10, 70, 150, 50],
37 "reason": "style change"
38 },
39 {
40 "object": "LayoutSVGRect rect",
41 "rect": [6, 126, 158, 58], 26 "rect": [6, 126, 158, 58],
42 "reason": "style change" 27 "reason": "style change"
43 }, 28 },
44 { 29 {
45 "object": "LayoutSVGRect rect", 30 "object": "LayoutSVGRect rect",
46 "rect": [10, 130, 150, 50],
47 "reason": "style change"
48 },
49 {
50 "object": "LayoutSVGRect rect",
51 "rect": [6, 186, 158, 58], 31 "rect": [6, 186, 158, 58],
52 "reason": "style change" 32 "reason": "style change"
53 }, 33 },
54 { 34 {
55 "object": "LayoutSVGRect rect",
56 "rect": [10, 190, 150, 50],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutSVGRoot svg", 35 "object": "LayoutSVGRoot svg",
61 "rect": [6, 6, 158, 238], 36 "rect": [6, 6, 158, 238],
62 "reason": "bounds change" 37 "reason": "bounds change"
63 },
64 {
65 "object": "LayoutSVGRoot svg",
66 "rect": [10, 10, 150, 230],
67 "reason": "bounds change"
68 } 38 }
69 ] 39 ]
70 } 40 }
71 ] 41 ]
72 } 42 }
73 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698