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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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 "repaintRects": [
9 [90, 75, 281, 19],
10 [90, 75, 281, 19],
11 [90, 55, 211, 19],
12 [90, 55, 211, 19],
13 [46, 103, 128, 122],
14 [45, 102, 79, 73],
15 [10, 175, 479, 50]
16 ],
17 "paintInvalidationClients": [
18 "LayoutSVGRoot svg",
19 "LayoutSVGPath path",
20 "LayoutSVGText text id='d_start'",
21 "LayoutSVGInlineText #text",
22 "InlineTextBox 'M50,150 l45,-43 l24,64 l-69,-21z'",
23 "LayoutSVGText text id='d_end'",
24 "LayoutSVGInlineText #text",
25 "InlineTextBox 'M 50 150 l 45 -43 l 50 50 l 24 64 l -69 -21 Z'"
26 ]
27 }
28 ]
29 }
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698