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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt
diff --git a/LayoutTests/platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt b/LayoutTests/platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt
index 3b6463076e7a7c08c9c177c08746be55c728fda9..eed0256d3ce84cdead2e01ca1c2061f2432e7da6 100644
--- a/LayoutTests/platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt
@@ -1,26 +1,32 @@
-CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
-(GraphicsLayer
- (bounds 800.00 600.00)
- (children 1
- (GraphicsLayer
- (bounds 800.00 600.00)
- (contentsOpaque 1)
- (drawsContent 1)
- (repaint rects
- (rect 27.00 67.00 364.00 364.00)
- (rect 27.00 67.00 364.00 364.00)
- (rect 27.00 67.00 364.00 364.00)
- (rect 27.00 67.00 364.00 364.00)
- (rect 15.00 57.00 137.00 137.00)
- (rect 15.00 57.00 94.00 137.00)
- (rect 13.00 205.00 92.00 91.00)
- (rect 13.00 205.00 92.00 91.00)
- (rect 13.00 205.00 92.00 91.00)
- (rect 13.00 205.00 92.00 91.00)
- (rect 8.00 50.00 402.00 405.00)
- (rect 8.00 50.00 102.00 405.00)
- )
- )
- )
-)
+{
+ "bounds": [800, 600],
+ "children": [
+ {
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "repaintRects": [
+ [27, 67, 364, 364],
+ [27, 67, 364, 364],
+ [27, 67, 364, 364],
+ [27, 67, 364, 364],
+ [13, 205, 92, 91],
+ [13, 205, 92, 91],
+ [13, 205, 92, 91],
+ [13, 205, 92, 91],
+ [8, 50, 402, 405],
+ [8, 50, 102, 405]
+ ],
+ "paintInvalidationClients": [
+ "RootInlineBox",
+ "InlineBox",
+ "LayoutBlockFlow div id='contentBox'",
+ "LayoutSVGRoot svg",
+ "LayoutSVGContainer use",
+ "LayoutSVGViewportContainer svg id='gamesBorder'",
+ "LayoutSVGPath path"
+ ]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698