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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "objectPaintInvalidations": [ 2 "objectPaintInvalidations": [
3 { 3 {
4 "object": "LayoutBlockFlow BODY", 4 "object": "LayoutBlockFlow BODY",
5 "reason": "forced by layout" 5 "reason": "geometry"
6 }, 6 },
7 { 7 {
8 "object": "RootInlineBox", 8 "object": "RootInlineBox",
9 "reason": "forced by layout" 9 "reason": "geometry"
10 }, 10 },
11 { 11 {
12 "object": "LayoutEmbeddedObject OBJECT", 12 "object": "LayoutEmbeddedObject OBJECT",
13 "reason": "style change" 13 "reason": "style change"
14 }, 14 },
15 { 15 {
16 "object": "HorizontalScrollbar", 16 "object": "HorizontalScrollbar",
17 "reason": "scroll" 17 "reason": "scroll control"
18 }, 18 },
19 { 19 {
20 "object": "VerticalScrollbar", 20 "object": "VerticalScrollbar",
21 "reason": "scroll" 21 "reason": "scroll control"
22 }, 22 },
23 { 23 {
24 "object": "LayoutView #document", 24 "object": "LayoutView #document",
25 "reason": "scroll" 25 "reason": "geometry"
26 }, 26 },
27 { 27 {
28 "object": "LayoutView #document", 28 "object": "LayoutView #document",
29 "reason": "scroll" 29 "reason": "geometry"
30 }, 30 },
31 { 31 {
32 "object": "LayoutBlockFlow HTML", 32 "object": "LayoutBlockFlow HTML",
33 "reason": "location change" 33 "reason": "geometry"
34 }, 34 },
35 { 35 {
36 "object": "LayoutBlockFlow BODY", 36 "object": "LayoutBlockFlow BODY",
37 "reason": "forced by layout" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "RootInlineBox", 40 "object": "RootInlineBox",
41 "reason": "forced by layout" 41 "reason": "geometry"
42 }, 42 },
43 { 43 {
44 "object": "LayoutEmbeddedObject OBJECT", 44 "object": "LayoutEmbeddedObject OBJECT",
45 "reason": "forced by layout" 45 "reason": "geometry"
46 }, 46 },
47 { 47 {
48 "object": "LayoutText #text", 48 "object": "LayoutText #text",
49 "reason": "location change" 49 "reason": "geometry"
50 }, 50 },
51 { 51 {
52 "object": "LayoutView #document", 52 "object": "LayoutView #document",
53 "reason": "location change" 53 "reason": "geometry"
54 }, 54 },
55 { 55 {
56 "object": "LayoutSVGRoot svg", 56 "object": "LayoutSVGRoot svg",
57 "reason": "location change" 57 "reason": "geometry"
58 }, 58 },
59 { 59 {
60 "object": "LayoutSVGRect rect", 60 "object": "LayoutSVGRect rect",
61 "reason": "bounds change" 61 "reason": "geometry"
62 }, 62 },
63 { 63 {
64 "object": "LayoutSVGRect rect", 64 "object": "LayoutSVGRect rect",
65 "reason": "bounds change" 65 "reason": "geometry"
66 } 66 }
67 ] 67 ]
68 } 68 }
69 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698