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

Unified Diff: LayoutTests/svg/animations/classAttributeSettingCrash.html

Issue 138173002: Ensure ElementData exists before modifying when animating class attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/classAttributeSettingCrash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/animations/classAttributeSettingCrash.html
diff --git a/LayoutTests/svg/animations/classAttributeSettingCrash.html b/LayoutTests/svg/animations/classAttributeSettingCrash.html
new file mode 100644
index 0000000000000000000000000000000000000000..e777e45b32fe6830f4e86f1f907c21ad4728b229
--- /dev/null
+++ b/LayoutTests/svg/animations/classAttributeSettingCrash.html
@@ -0,0 +1,12 @@
+<head>
+ <div>PASS</div>
+ <svg xmlns="http://www.w3.org/2000/svg">
+ <g>
+ <set attributename="class"></set>
+ </g>
+ <script type="text/javascript">
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ </svg>
+</head>
« no previous file with comments | « no previous file | LayoutTests/svg/animations/classAttributeSettingCrash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698