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

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

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutSVGInlineText #text",
13 "rect": [33, 23, 622, 194],
14 "reason": "forced by layout"
15 },
16 {
12 "object": "LayoutSVGText text", 17 "object": "LayoutSVGText text",
13 "rect": [33, 23, 622, 194], 18 "rect": [33, 23, 622, 194],
14 "reason": "style change" 19 "reason": "style change"
15 }, 20 },
16 { 21 {
17 "object": "LayoutSVGRect rect", 22 "object": "LayoutSVGRect rect",
18 "rect": [16, 25, 18, 25], 23 "rect": [16, 25, 18, 25],
19 "reason": "layoutObject insertion" 24 "reason": "layoutObject insertion"
20 }, 25 },
21 { 26 {
22 "object": "LayoutSVGRect rect", 27 "object": "LayoutSVGRect rect",
23 "rect": [8, 12, 17, 26], 28 "rect": [8, 12, 17, 26],
24 "reason": "layoutObject insertion" 29 "reason": "layoutObject insertion"
25 } 30 }
26 ] 31 ]
27 } 32 }
28 ], 33 ],
29 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
30 { 35 {
31 "object": "RootInlineBox",
32 "reason": "full"
33 },
34 {
35 "object": "InlineTextBox 'Pattern on fill'",
36 "reason": "full"
37 },
38 {
39 "object": "LayoutSVGText text", 36 "object": "LayoutSVGText text",
40 "reason": "style change" 37 "reason": "style change"
41 }, 38 },
42 { 39 {
43 "object": "RootInlineBox", 40 "object": "RootInlineBox",
44 "reason": "style change" 41 "reason": "style change"
45 }, 42 },
46 { 43 {
44 "object": "LayoutSVGInlineText #text",
45 "reason": "forced by layout"
46 },
47 {
48 "object": "InlineTextBox 'Pattern on fill'",
49 "reason": "forced by layout"
50 },
51 {
47 "object": "LayoutSVGResourcePattern pattern id='dynPattern'", 52 "object": "LayoutSVGResourcePattern pattern id='dynPattern'",
48 "reason": "layoutObject insertion" 53 "reason": "layoutObject insertion"
49 }, 54 },
50 { 55 {
51 "object": "LayoutSVGRect rect", 56 "object": "LayoutSVGRect rect",
52 "reason": "layoutObject insertion" 57 "reason": "layoutObject insertion"
53 }, 58 },
54 { 59 {
55 "object": "LayoutSVGRect rect", 60 "object": "LayoutSVGRect rect",
56 "reason": "layoutObject insertion" 61 "reason": "layoutObject insertion"
57 } 62 }
58 ] 63 ]
59 } 64 }
60 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698