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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/pending-resource-after-removal-expected.txt

Issue 2081773002: 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": "LayoutSVGRect rect", 12 "object": "LayoutSVGRect rect",
11 "rect": [0, 0, 200, 200], 13 "rect": [0, 0, 200, 200],
12 "reason": "layoutObject insertion" 14 "reason": "layoutObject insertion"
13 }, 15 },
14 { 16 {
15 "object": "LayoutSVGRect rect", 17 "object": "LayoutSVGRect rect",
16 "rect": [0, 0, 200, 200], 18 "rect": [0, 0, 200, 200],
17 "reason": "layoutObject insertion" 19 "reason": "layoutObject insertion"
18 }, 20 },
19 { 21 {
20 "object": "LayoutSVGRect rect", 22 "object": "LayoutSVGRect rect",
21 "rect": [0, 0, 200, 200], 23 "rect": [0, 0, 200, 200],
22 "reason": "layoutObject removal" 24 "reason": "layoutObject removal"
23 }, 25 },
24 { 26 {
25 "object": "LayoutSVGRect rect id='shape'", 27 "object": "LayoutSVGRect rect id='shape'",
26 "rect": [0, 0, 200, 200], 28 "rect": [0, 0, 200, 200],
27 "reason": "style change" 29 "reason": "style change"
28 }, 30 },
29 { 31 {
30 "object": "LayoutSVGRect rect id='shape'", 32 "object": "LayoutSVGRect rect id='shape'",
31 "rect": [0, 0, 200, 200], 33 "rect": [0, 0, 200, 200],
32 "reason": "SVG resource change" 34 "reason": "SVG resource change"
33 },
34 {
35 "object": "LayoutSVGResourcePattern pattern id='pat'",
36 "reason": "layoutObject insertion"
37 },
38 {
39 "object": "LayoutSVGResourcePattern pattern id='pat'",
40 "reason": "layoutObject removal"
41 } 35 }
42 ] 36 ]
43 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutSVGResourcePattern pattern id='pat'",
42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutSVGRect rect",
46 "reason": "layoutObject insertion"
47 },
48 {
49 "object": "LayoutSVGRect rect id='shape'",
50 "reason": "style change"
51 },
52 {
53 "object": "LayoutSVGRect rect",
54 "reason": "layoutObject removal"
55 },
56 {
57 "object": "LayoutSVGResourcePattern pattern id='pat'",
58 "reason": "layoutObject removal"
59 },
60 {
61 "object": "LayoutSVGResourcePattern pattern id='pat'",
62 "reason": "layoutObject insertion"
63 },
64 {
65 "object": "LayoutSVGRect rect",
66 "reason": "layoutObject insertion"
67 },
68 {
69 "object": "LayoutSVGRect rect id='shape'",
70 "reason": "SVG resource change"
71 }
44 ] 72 ]
45 } 73 }
46 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698