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

Side by Side Diff: LayoutTests/svg/animations/animate-test-attributes-crash.html

Issue 684833002: Initialize SVGStaticStringLists with correct animated type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update according to fs's suggestion. Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-test-attributes-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <animate attributeName="requiredFeatures"/>
4 <animate attributeName="requiredExtensions"/>
5 <animate attributeName="systemLanguage"/>
6
7 <set attributeName="requiredFeatures"/>
8 <set attributeName="requiredExtensions"/>
9 <set attributeName="systemLanguage"/>
10 </svg>
11 <p>Pass if Blink does not crash.</p>
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-test-attributes-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698