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