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

Unified Diff: LayoutTests/svg/animations/animate-restart-never-expected.html

Issue 1119723002: SVG animate should respect attribute 'restart=never'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Align with review comments Created 5 years, 8 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/animate-restart-never-expected.html
diff --git a/LayoutTests/svg/animations/animate-restart-never-expected.html b/LayoutTests/svg/animations/animate-restart-never-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..051f7b9d73da5dc57ef972a154132a89af90fa94
--- /dev/null
+++ b/LayoutTests/svg/animations/animate-restart-never-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<body>
+<svg>
+ <rect width="100px" height="100px" fill="green"/>
+</svg>
+</body>

Powered by Google App Engine
This is Rietveld 408576698