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

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: Rebased and aligned with code review Created 5 years, 7 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..ea6197fe6f6cb3f2f3d6cae60b8e77f7c6948fff
--- /dev/null
+++ b/LayoutTests/svg/animations/animate-restart-never-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<svg>
+ <rect width="100px" height="100px" fill="green"/>
+</svg>
+

Powered by Google App Engine
This is Rietveld 408576698