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

Side by Side Diff: LayoutTests/platform/mac/svg/custom/relative-sized-use-without-attributes-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 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead. 1 {
2 (GraphicsLayer 2 "bounds": [800, 600],
3 (bounds 800.00 600.00) 3 "children": [
4 (children 1 4 {
5 (GraphicsLayer 5 "bounds": [800, 600],
6 (bounds 800.00 600.00) 6 "contentsOpaque": true,
7 (contentsOpaque 1) 7 "drawsContent": true,
8 (drawsContent 1) 8 "repaintRects": [
9 (repaint rects 9 [27, 67, 364, 364],
10 (rect 27.00 67.00 364.00 364.00) 10 [27, 67, 364, 364],
11 (rect 27.00 67.00 364.00 364.00) 11 [27, 67, 364, 364],
12 (rect 27.00 67.00 364.00 364.00) 12 [27, 67, 364, 364],
13 (rect 27.00 67.00 364.00 364.00) 13 [13, 205, 92, 91],
14 (rect 15.00 57.00 137.00 137.00) 14 [13, 205, 92, 91],
15 (rect 15.00 57.00 94.00 137.00) 15 [13, 205, 92, 91],
16 (rect 13.00 205.00 92.00 91.00) 16 [13, 205, 92, 91],
17 (rect 13.00 205.00 92.00 91.00) 17 [8, 50, 402, 405],
18 (rect 13.00 205.00 92.00 91.00) 18 [8, 50, 102, 405]
19 (rect 13.00 205.00 92.00 91.00) 19 ],
20 (rect 8.00 50.00 402.00 405.00) 20 "paintInvalidationClients": [
21 (rect 8.00 50.00 102.00 405.00) 21 "RootInlineBox",
22 ) 22 "InlineBox",
23 ) 23 "LayoutBlockFlow div id='contentBox'",
24 ) 24 "LayoutSVGRoot svg",
25 ) 25 "LayoutSVGContainer use",
26 "LayoutSVGViewportContainer svg id='gamesBorder'",
27 "LayoutSVGPath path"
28 ]
29 }
30 ]
31 }
26 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698