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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/animations/animate-test-attributes-crash.html
diff --git a/third_party/WebKit/LayoutTests/svg/animations/animate-test-attributes-crash.html b/third_party/WebKit/LayoutTests/svg/animations/animate-test-attributes-crash.html
index 7202c8a9894ad55cf421a4e5077ace77520326c7..961e3794443e1f1dbaf6cfd8797cd47aa1823a4e 100644
--- a/third_party/WebKit/LayoutTests/svg/animations/animate-test-attributes-crash.html
+++ b/third_party/WebKit/LayoutTests/svg/animations/animate-test-attributes-crash.html
@@ -1,10 +1,8 @@
<!DOCTYPE html>
<svg xmlns="http://www.w3.org/2000/svg">
- <animate attributeName="requiredFeatures"/>
fs 2017/03/23 16:55:43 This test could be left as is. (This is still an a
<animate attributeName="requiredExtensions"/>
<animate attributeName="systemLanguage"/>
- <set attributeName="requiredFeatures"/>
<set attributeName="requiredExtensions"/>
<set attributeName="systemLanguage"/>
</svg>
@@ -12,4 +10,4 @@
<script>
if (window.testRunner)
testRunner.dumpAsText();
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698