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

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

Issue 1881903002: Auto-rebaseline for r386594 (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 "repaintRects": [ 8 "paintInvalidations": [
9 [456, 166, 133, 132], 9 {
10 [320, 166, 133, 132], 10 "object": "LayoutSVGContainer use id='t1'",
11 [184, 166, 132, 132], 11 "rect": [47, 166, 133, 132],
12 [184, 166, 132, 132], 12 "reason": "style change"
13 [184, 166, 132, 132], 13 },
14 [137, 37, 580, 563], 14 {
15 [47, 166, 133, 132], 15 "object": "LayoutSVGContainer use id='t2'",
16 [47, 166, 133, 132], 16 "rect": [184, 166, 132, 132],
17 [47, 166, 133, 132], 17 "reason": "style change"
18 [46, 28, 7, 7] 18 },
19 ], 19 {
20 "paintInvalidationClients": [ 20 "object": "LayoutSVGEllipse circle id='t4'",
21 "LayoutSVGEllipse circle id='t4'", 21 "rect": [46, 28, 7, 7],
22 "LayoutSVGPath polygon", 22 "reason": "style change"
23 "LayoutSVGContainer use id='t1'", 23 },
24 "LayoutSVGViewportContainer svg id='poly'", 24 {
25 "LayoutSVGPath polygon", 25 "object": "LayoutSVGPath polygon",
26 "LayoutSVGContainer use id='t2'", 26 "rect": [137, 37, 580, 563],
27 "LayoutSVGViewportContainer svg id='poly'", 27 "reason": "style change"
28 "LayoutSVGPath polygon", 28 },
29 "LayoutSVGPath polygon id='t3'", 29 {
30 "LayoutSVGPath polygon" 30 "object": "LayoutSVGPath polygon",
31 "rect": [47, 166, 133, 132],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutSVGPath polygon",
36 "rect": [184, 166, 132, 132],
37 "reason": "style change"
38 },
39 {
40 "object": "LayoutSVGPath polygon",
41 "rect": [456, 166, 133, 132],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutSVGPath polygon id='t3'",
46 "rect": [320, 166, 133, 132],
47 "reason": "style change"
48 },
49 {
50 "object": "LayoutSVGViewportContainer svg id='poly'",
51 "rect": [47, 166, 133, 132],
52 "reason": "style change"
53 },
54 {
55 "object": "LayoutSVGViewportContainer svg id='poly'",
56 "rect": [184, 166, 132, 132],
57 "reason": "style change"
58 }
31 ] 59 ]
32 } 60 }
33 ] 61 ]
34 } 62 }
35 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698