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

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

Issue 2066303004: Manual rebaseline for crbug.com/620126 (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 layer at (0,0) size 800x600
2 "bounds": [800, 600], 2 LayoutView at (0,0) size 800x600
3 "children": [ 3 layer at (0,0) size 800x600
4 { 4 LayoutSVGRoot {svg} at (0,0) size 0x0
5 "bounds": [800, 600], 5 LayoutSVGContainer {g} at (0,0) size 0x0 [transform={m=((1.00,0.00)(0.00,1.5 0)) t=(0.00,0.00)}]
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutSVGContainer g id='content'",
11 "rect": [16, 42, 784, 170],
12 "reason": "full"
13 },
14 {
15 "object": "LayoutSVGContainer g id='content'",
16 "rect": [16, 42, 784, 170],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [16, 42, 784, 170],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGRoot svg id='svg-root'",
26 "rect": [16, 42, 784, 170],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutSVGText text",
31 "rect": [16, 42, 784, 170],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutSVGText text",
36 "rect": [16, 42, 784, 170],
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutSVGInlineText #text",
41 "rect": [334, 42, 466, 170],
42 "reason": "incremental"
43 },
44 {
45 "object": "LayoutSVGRoot svg id='svg-root'",
46 "rect": [334, 42, 466, 170],
47 "reason": "incremental"
48 },
49 {
50 "object": "LayoutSVGPath path",
51 "rect": [0, 0, 334, 500],
52 "reason": "layoutObject insertion"
53 },
54 {
55 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
56 "reason": "incremental"
57 },
58 {
59 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
60 "reason": "full"
61 },
62 {
63 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
64 "reason": "layoutObject insertion"
65 },
66 {
67 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
68 "reason": "layoutObject insertion"
69 },
70 {
71 "object": "RootInlineBox",
72 "reason": "full"
73 },
74 {
75 "object": "RootInlineBox",
76 "reason": "full"
77 },
78 {
79 "object": "RootInlineBox",
80 "reason": "full"
81 }
82 ]
83 }
84 ]
85 }
86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698