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

Side by Side Diff: LayoutTests/platform/linux/svg/custom/relative-sized-use-on-symbol-expected.txt

Issue 1215823003: Remove old NeedsRebaseline entries (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 5 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 "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 [27, 69, 364, 364], 9 [45, 87, 328, 328],
10 [27, 69, 364, 364], 10 [45, 87, 328, 328],
11 [27, 69, 364, 364], 11 [45, 87, 328, 328],
12 [13, 207, 92, 91], 12 [45, 87, 328, 328],
13 [13, 207, 92, 91], 13 [18, 211, 82, 83],
14 [13, 207, 92, 91], 14 [18, 211, 82, 83],
15 [18, 211, 82, 83],
16 [18, 211, 82, 83],
15 [8, 52, 402, 405], 17 [8, 52, 402, 405],
16 [8, 52, 102, 405] 18 [8, 52, 102, 405]
17 ], 19 ],
18 "paintInvalidationClients": [ 20 "paintInvalidationClients": [
19 "RootInlineBox", 21 "RootInlineBox",
20 "InlineBox", 22 "InlineBox",
21 "LayoutBlockFlow div id='contentBox'", 23 "LayoutBlockFlow div id='contentBox'",
22 "LayoutSVGRoot svg", 24 "LayoutSVGRoot svg",
23 "LayoutSVGViewportContainer svg", 25 "LayoutSVGContainer use",
26 "LayoutSVGViewportContainer svg id='gamesBorder'",
24 "LayoutSVGPath path" 27 "LayoutSVGPath path"
25 ] 28 ]
26 } 29 }
27 ] 30 ]
28 } 31 }
29 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698