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

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

Issue 2087483002: 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": "LayoutSVGText text", 12 "object": "LayoutSVGText text",
11 "rect": [33, 23, 622, 194], 13 "rect": [33, 23, 622, 194],
12 "reason": "style change" 14 "reason": "style change"
13 }, 15 },
14 { 16 {
15 "object": "LayoutSVGRect rect", 17 "object": "LayoutSVGRect rect",
16 "rect": [16, 25, 18, 25], 18 "rect": [16, 25, 18, 25],
17 "reason": "layoutObject insertion" 19 "reason": "layoutObject insertion"
18 }, 20 },
19 { 21 {
20 "object": "LayoutSVGRect rect", 22 "object": "LayoutSVGRect rect",
21 "rect": [8, 12, 17, 26], 23 "rect": [8, 12, 17, 26],
22 "reason": "layoutObject insertion" 24 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "InlineTextBox 'Pattern on fill'",
26 "reason": "full"
27 },
28 {
29 "object": "LayoutSVGResourcePattern pattern id='dynPattern'",
30 "reason": "layoutObject insertion"
31 },
32 {
33 "object": "RootInlineBox",
34 "reason": "full"
35 },
36 {
37 "object": "RootInlineBox",
38 "reason": "full"
39 } 25 }
40 ] 26 ]
41 } 27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "LayoutSVGText text",
32 "reason": "style change"
33 },
34 {
35 "object": "RootInlineBox",
36 "reason": "style change"
37 },
38 {
39 "object": "LayoutSVGResourcePattern pattern id='dynPattern'",
40 "reason": "layoutObject insertion"
41 },
42 {
43 "object": "LayoutSVGRect rect",
44 "reason": "layoutObject insertion"
45 },
46 {
47 "object": "LayoutSVGRect rect",
48 "reason": "layoutObject insertion"
49 }
42 ] 50 ]
43 } 51 }
44 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698