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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/js-late-pattern-creation-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 "repaintRects": [ 8 "paintInvalidations": [
9 [33, 22, 618, 196], 9 {
10 [16, 25, 18, 25], 10 "object": "InlineTextBox 'Pattern on fill'",
11 [8, 12, 17, 26] 11 "rect": [0, 0, 0, 0],
12 ], 12 "reason": "full"
13 "paintInvalidationClients": [ 13 },
14 "RootInlineBox", 14 {
15 "InlineTextBox 'Pattern on fill'", 15 "object": "LayoutSVGRect rect",
16 "LayoutSVGText text", 16 "rect": [8, 12, 17, 26],
17 "RootInlineBox", 17 "reason": "layoutObject insertion"
18 "LayoutSVGResourcePattern pattern id='dynPattern'", 18 },
19 "LayoutSVGRect rect", 19 {
20 "LayoutSVGRect rect" 20 "object": "LayoutSVGRect rect",
21 "rect": [16, 25, 18, 25],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGResourcePattern pattern id='dynPattern'",
26 "rect": [0, 0, 0, 0],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGText text",
31 "rect": [33, 22, 618, 196],
32 "reason": "style change"
33 },
34 {
35 "object": "RootInlineBox",
36 "rect": [0, 0, 0, 0],
37 "reason": "full"
38 },
39 {
40 "object": "RootInlineBox",
41 "rect": [0, 0, 0, 0],
42 "reason": "full"
43 }
21 ] 44 ]
22 } 45 }
23 ] 46 ]
24 } 47 }
25 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698