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

Side by Side Diff: LayoutTests/platform/win/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 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (repaint rects 8 "repaintRects": [
9 (rect 45.00 87.00 328.00 328.00) 9 [45, 85, 328, 328],
10 (rect 45.00 87.00 328.00 328.00) 10 [45, 85, 328, 328],
11 (rect 45.00 87.00 328.00 328.00) 11 [45, 85, 328, 328],
12 (rect 45.00 87.00 328.00 328.00) 12 [45, 85, 328, 328],
13 (rect 18.00 211.00 82.00 83.00) 13 [18, 209, 82, 83],
14 (rect 18.00 211.00 82.00 83.00) 14 [18, 209, 82, 83],
15 (rect 18.00 211.00 82.00 83.00) 15 [18, 209, 82, 83],
16 (rect 18.00 211.00 82.00 83.00) 16 [18, 209, 82, 83],
17 (rect 8.00 52.00 402.00 405.00) 17 [8, 50, 402, 404],
18 (rect 8.00 52.00 102.00 405.00) 18 [8, 50, 102, 404]
19 ) 19 ],
20 ) 20 "paintInvalidationClients": [
21 ) 21 "RootInlineBox",
22 ) 22 "InlineBox",
23 "LayoutBlockFlow div id='contentBox'",
24 "LayoutSVGRoot svg",
25 "LayoutSVGContainer use",
26 "LayoutSVGViewportContainer svg id='gamesBorder'",
27 "LayoutSVGPath path"
28 ]
29 }
30 ]
31 }
23 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698