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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-clipPath-and-object-creation-expected.txt

Issue 1544763002: Auto-rebaseline for r366396 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 "repaintRects": [
9 [334, 40, 466, 168], 9 [334, 40, 466, 168],
10 [334, 40, 466, 168], 10 [334, 40, 466, 168],
11 [334, 40, 466, 168], 11 [334, 40, 466, 168],
12 [16, 40, 784, 168], 12 [16, 40, 784, 168],
13 [16, 40, 784, 168], 13 [16, 40, 784, 168],
14 [16, 40, 784, 168], 14 [16, 40, 784, 168],
15 [16, 40, 784, 168], 15 [16, 40, 784, 168],
16 [16, 40, 784, 168], 16 [16, 40, 784, 168],
17 [16, 40, 318, 168], 17 [16, 40, 318, 168],
18 [0, 0, 334, 500] 18 [0, 0, 334, 500]
19 ], 19 ],
20 "paintInvalidationClients": [ 20 "paintInvalidationClients": [
21 "LayoutSVGRoot svg id='svg-root'", 21 "LayoutSVGRoot svg id='svg-root'",
22 "LayoutSVGContainer g id='content'", 22 "LayoutSVGContainer g id='content'",
23 "LayoutSVGText text", 23 "LayoutSVGText text",
24 "RootInlineBox",
24 "LayoutSVGInlineText #text", 25 "LayoutSVGInlineText #text",
25 "InlineTextBox 'Clipped. INVISIBLE.'", 26 "InlineTextBox 'Clipped. INVISIBLE.'",
26 "RootInlineBox", 27 "RootInlineBox",
27 "InlineTextBox 'Clipped. INVISIBLE.'", 28 "InlineTextBox 'Clipped. INVISIBLE.'",
28 "LayoutSVGRoot svg id='svg-root'", 29 "LayoutSVGRoot svg id='svg-root'",
29 "LayoutSVGContainer g id='content'", 30 "LayoutSVGContainer g id='content'",
30 "LayoutSVGText text", 31 "LayoutSVGText text",
32 "RootInlineBox",
31 "LayoutSVGInlineText #text", 33 "LayoutSVGInlineText #text",
32 "InlineTextBox 'Clipped. INVISIBLE.'", 34 "InlineTextBox 'Clipped. INVISIBLE.'",
33 "LayoutSVGResourceClipper clipPath id='dynClip'", 35 "LayoutSVGResourceClipper clipPath id='dynClip'",
34 "LayoutSVGPath path" 36 "LayoutSVGPath path"
35 ] 37 ]
36 } 38 }
37 ] 39 ]
38 } 40 }
39 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698