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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-clipPath-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": "LayoutSVGContainer g id='content'", 12 "object": "LayoutSVGContainer g id='content'",
11 "rect": [16, 40, 784, 168], 13 "rect": [16, 40, 784, 168],
12 "reason": "full" 14 "reason": "full"
13 }, 15 },
14 { 16 {
15 "object": "LayoutSVGText text", 17 "object": "LayoutSVGText text",
16 "rect": [16, 40, 784, 168], 18 "rect": [16, 40, 784, 168],
17 "reason": "style change" 19 "reason": "style change"
18 }, 20 },
19 { 21 {
20 "object": "LayoutSVGInlineText #text", 22 "object": "LayoutSVGInlineText #text",
21 "rect": [334, 40, 466, 168], 23 "rect": [334, 40, 466, 168],
22 "reason": "incremental" 24 "reason": "incremental"
23 }, 25 },
24 { 26 {
25 "object": "LayoutSVGRoot svg id='svg-root'", 27 "object": "LayoutSVGRoot svg id='svg-root'",
26 "rect": [334, 40, 466, 168], 28 "rect": [334, 40, 466, 168],
27 "reason": "incremental" 29 "reason": "incremental"
28 }, 30 },
29 { 31 {
30 "object": "LayoutSVGPath path", 32 "object": "LayoutSVGPath path",
31 "rect": [0, 0, 334, 500], 33 "rect": [0, 0, 334, 500],
32 "reason": "layoutObject insertion" 34 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
36 "reason": "incremental"
37 },
38 {
39 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
40 "reason": "full"
41 },
42 {
43 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
44 "reason": "layoutObject insertion"
45 },
46 {
47 "object": "RootInlineBox",
48 "reason": "full"
49 },
50 {
51 "object": "RootInlineBox",
52 "reason": "full"
53 } 35 }
54 ] 36 ]
55 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutSVGRoot svg id='svg-root'",
42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutSVGContainer g id='content'",
46 "reason": "full"
47 },
48 {
49 "object": "LayoutSVGText text",
50 "reason": "style change"
51 },
52 {
53 "object": "RootInlineBox",
54 "reason": "style change"
55 },
56 {
57 "object": "LayoutSVGInlineText #text",
58 "reason": "incremental"
59 },
60 {
61 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
62 "reason": "incremental"
63 },
64 {
65 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
66 "reason": "layoutObject insertion"
67 },
68 {
69 "object": "LayoutSVGPath path",
70 "reason": "layoutObject insertion"
71 }
56 ] 72 ]
57 } 73 }
58 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698