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

Unified Diff: LayoutTests/svg/animations/animateTransform-list-crash-2.html

Issue 261603002: Prevent use of stale list length for to-animations of transform lists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animateTransform-list-crash-2-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/animations/animateTransform-list-crash-2.html
diff --git a/LayoutTests/svg/animations/animateTransform-list-crash-2.html b/LayoutTests/svg/animations/animateTransform-list-crash-2.html
new file mode 100644
index 0000000000000000000000000000000000000000..4dc65cde2dbfdcbc5046a403306cc639aa5be6de
--- /dev/null
+++ b/LayoutTests/svg/animations/animateTransform-list-crash-2.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<svg transform="rotate(-90)">
+ <animateTransform attributeName="transform" type="rotate" to="90"/>
+</svg>
+<p>PASS</p>
+<script>
+if (window.testRunner) {
+ testRunner.waitUntilDone();
+ testRunner.dumpAsText();
+
+ window.onload = function() {
+ testRunner.notifyDone();
+ };
+}
+</script>
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animateTransform-list-crash-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698