Chromium Code Reviews| 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> |