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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/repaint/repaint-paintorder-expected.txt

Issue 2080713003: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutSVGPath polygon", 12 "object": "LayoutSVGPath polygon",
11 "rect": [137, 37, 580, 563], 13 "rect": [137, 37, 580, 563],
12 "reason": "style change" 14 "reason": "style change"
13 }, 15 },
14 { 16 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "rect": [184, 166, 132, 132], 53 "rect": [184, 166, 132, 132],
52 "reason": "style change" 54 "reason": "style change"
53 }, 55 },
54 { 56 {
55 "object": "LayoutSVGEllipse circle id='t4'", 57 "object": "LayoutSVGEllipse circle id='t4'",
56 "rect": [46, 28, 7, 7], 58 "rect": [46, 28, 7, 7],
57 "reason": "style change" 59 "reason": "style change"
58 } 60 }
59 ] 61 ]
60 } 62 }
63 ],
64 "objectPaintInvalidations": [
65 {
66 "object": "LayoutSVGEllipse circle id='t4'",
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutSVGPath polygon",
71 "reason": "style change"
72 },
73 {
74 "object": "LayoutSVGContainer use id='t1'",
75 "reason": "style change"
76 },
77 {
78 "object": "LayoutSVGViewportContainer svg id='poly'",
79 "reason": "style change"
80 },
81 {
82 "object": "LayoutSVGPath polygon",
83 "reason": "style change"
84 },
85 {
86 "object": "LayoutSVGContainer use id='t2'",
87 "reason": "style change"
88 },
89 {
90 "object": "LayoutSVGViewportContainer svg id='poly'",
91 "reason": "style change"
92 },
93 {
94 "object": "LayoutSVGPath polygon",
95 "reason": "style change"
96 },
97 {
98 "object": "LayoutSVGPath polygon id='t3'",
99 "reason": "style change"
100 },
101 {
102 "object": "LayoutSVGPath polygon",
103 "reason": "style change"
104 }
61 ] 105 ]
62 } 106 }
63 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698