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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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": "LayoutSVGPath polygon",
11 "rect": [137, 37, 580, 563],
12 "reason": "style change"
13 },
14 {
15 "object": "LayoutSVGPath polygon",
16 "rect": [456, 166, 133, 132],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutSVGPath polygon id='t3'",
21 "rect": [320, 166, 133, 132],
22 "reason": "style change"
23 },
24 {
10 "object": "LayoutSVGContainer use id='t1'", 25 "object": "LayoutSVGContainer use id='t1'",
11 "rect": [47, 166, 133, 132], 26 "rect": [47, 166, 133, 132],
12 "reason": "style change" 27 "reason": "style change"
13 }, 28 },
14 { 29 {
15 "object": "LayoutSVGContainer use id='t2'",
16 "rect": [184, 166, 132, 132],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutSVGEllipse circle id='t4'",
21 "rect": [46, 28, 7, 7],
22 "reason": "style change"
23 },
24 {
25 "object": "LayoutSVGPath polygon",
26 "rect": [137, 37, 580, 563],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutSVGPath polygon", 30 "object": "LayoutSVGPath polygon",
31 "rect": [47, 166, 133, 132], 31 "rect": [47, 166, 133, 132],
32 "reason": "style change" 32 "reason": "style change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGViewportContainer svg id='poly'",
36 "rect": [47, 166, 133, 132],
37 "reason": "style change"
38 },
39 {
40 "object": "LayoutSVGContainer use id='t2'",
41 "rect": [184, 166, 132, 132],
42 "reason": "style change"
43 },
44 {
35 "object": "LayoutSVGPath polygon", 45 "object": "LayoutSVGPath polygon",
36 "rect": [184, 166, 132, 132], 46 "rect": [184, 166, 132, 132],
37 "reason": "style change" 47 "reason": "style change"
38 }, 48 },
39 { 49 {
40 "object": "LayoutSVGPath polygon", 50 "object": "LayoutSVGViewportContainer svg id='poly'",
41 "rect": [456, 166, 133, 132], 51 "rect": [184, 166, 132, 132],
42 "reason": "style change" 52 "reason": "style change"
43 }, 53 },
44 { 54 {
45 "object": "LayoutSVGPath polygon id='t3'", 55 "object": "LayoutSVGEllipse circle id='t4'",
46 "rect": [320, 166, 133, 132], 56 "rect": [46, 28, 7, 7],
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" 57 "reason": "style change"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ] 61 ]
62 } 62 }
63 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698