Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / animations / smil-animation-max-attribute-zero-crash.html
blobe370e31ba4717ef120fcd621f5db590aa632dca7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg version="1.1" xmlns="http://www.w3.org/2000/svg">
3 <rect>
4 <animate attributeName="fill" begin="-1; indefinite" max="0" fill="freeze" values="#000;#fff"/>
5 </rect>
6 <text>PASS: not crashing in debug.</text>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 </script>
11 </svg>