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

Unified Diff: LayoutTests/svg/animations/animateMotion-additive-1-expected.svg

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 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/svg/animations/animateMotion-additive-1-expected.svg
diff --git a/LayoutTests/svg/animations/animateMotion-additive-1-expected.svg b/LayoutTests/svg/animations/animateMotion-additive-1-expected.svg
deleted file mode 100644
index 4a535c1e624814708847a4b35b36001e6b21153d..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/animations/animateMotion-additive-1-expected.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
-<svg viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<defs>
- <path id="p1" d="M100,100C-300,200 2000,700 100,800" />
- <path id="p2" d="M800,800C1200,700 -1100,200 800,100" />
-</defs>
-
-<g transform="translate(900,900)">
-<circle id="c1" cx="0" cy="0" r="40" stroke="#888" stroke-width="60" fill="#f00"/>
-</g>
-
-<g fill="none" stroke-width="5" stroke="#888" stroke-linecap="round" stroke-linejoin="round">
- <use xlink:href="#p1" />
- <use xlink:href="#p2" />
-</g>
-
-<circle id="c2" cx="900" cy="900" r="10" fill="#888" />
-</svg>
-
« no previous file with comments | « LayoutTests/svg/animations/animateMotion-additive-1.svg ('k') | LayoutTests/svg/filters/feMorphology-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698