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

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

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 1 month 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": "forced by layout"
6 }, 6 },
7 { 7 {
8 "object": "RootInlineBox", 8 "object": "RootInlineBox",
9 "reason": "forced by layout" 9 "reason": "forced by layout"
10 }, 10 },
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 { 47 {
48 "object": "LayoutText #text", 48 "object": "LayoutText #text",
49 "reason": "location change" 49 "reason": "location change"
50 }, 50 },
51 { 51 {
52 "object": "LayoutView #document", 52 "object": "LayoutView #document",
53 "reason": "location change" 53 "reason": "location change"
54 }, 54 },
55 { 55 {
56 "object": "LayoutSVGRoot svg", 56 "object": "LayoutSVGRoot svg",
57 "reason": "bounds change" 57 "reason": "location change"
58 }, 58 },
59 { 59 {
60 "object": "LayoutSVGRect rect", 60 "object": "LayoutSVGRect rect",
61 "reason": "bounds change" 61 "reason": "bounds change"
62 }, 62 },
63 { 63 {
64 "object": "LayoutSVGRect rect", 64 "object": "LayoutSVGRect rect",
65 "reason": "bounds change" 65 "reason": "bounds change"
66 } 66 }
67 ] 67 ]
68 } 68 }
69 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698