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

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

Issue 2741463002: Remove SVGTests.requiredFeatures attribute
Patch Set: rebase Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <svg xmlns="http://www.w3.org/2000/svg"> 2 <svg xmlns="http://www.w3.org/2000/svg">
3 <animate attributeName="requiredFeatures"/>
fs 2017/03/23 16:55:43 This test could be left as is. (This is still an a
4 <animate attributeName="requiredExtensions"/> 3 <animate attributeName="requiredExtensions"/>
5 <animate attributeName="systemLanguage"/> 4 <animate attributeName="systemLanguage"/>
6 5
7 <set attributeName="requiredFeatures"/>
8 <set attributeName="requiredExtensions"/> 6 <set attributeName="requiredExtensions"/>
9 <set attributeName="systemLanguage"/> 7 <set attributeName="systemLanguage"/>
10 </svg> 8 </svg>
11 <p>Pass if Blink does not crash.</p> 9 <p>Pass if Blink does not crash.</p>
12 <script> 10 <script>
13 if (window.testRunner) 11 if (window.testRunner)
14 testRunner.dumpAsText(); 12 testRunner.dumpAsText();
15 </script> 13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698