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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/animated-path-inside-transformed-html-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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "backgroundColor": "#FFFFFF", 8 "backgroundColor": "#FFFFFF",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 { 48 {
49 "object": "LayoutSVGText text id='text'", 49 "object": "LayoutSVGText text id='text'",
50 "reason": "full" 50 "reason": "full"
51 }, 51 },
52 { 52 {
53 "object": "RootInlineBox", 53 "object": "RootInlineBox",
54 "reason": "full" 54 "reason": "full"
55 }, 55 },
56 { 56 {
57 "object": "LayoutSVGInlineText #text", 57 "object": "LayoutSVGInlineText #text",
58 "reason": "forced by layout" 58 "reason": "geometry"
59 }, 59 },
60 { 60 {
61 "object": "InlineTextBox 'This is some text'", 61 "object": "InlineTextBox 'This is some text'",
62 "reason": "forced by layout" 62 "reason": "geometry"
63 }, 63 },
64 { 64 {
65 "object": "LayoutSVGImage image id='image'", 65 "object": "LayoutSVGImage image id='image'",
66 "reason": "full" 66 "reason": "full"
67 } 67 }
68 ] 68 ]
69 } 69 }
70 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698