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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/custom/js-late-clipPath-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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutSVGContainer g id='content'",
11 "rect": [16, 39, 784, 174],
12 "reason": "full"
13 },
14 {
15 "object": "LayoutSVGText text",
16 "rect": [16, 39, 784, 174],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [334, 39, 466, 174],
22 "reason": "incremental"
23 },
24 {
25 "object": "LayoutSVGRoot svg id='svg-root'",
26 "rect": [334, 39, 466, 174],
27 "reason": "incremental"
28 },
29 {
30 "object": "LayoutSVGPath path",
31 "rect": [0, 0, 334, 500],
32 "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 }
54 ]
55 }
56 ]
57 }
58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698