| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"> |
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="svgroot" width="100%" height="100%" viewBox="0 0 480 360"> |
| <text fill="black">Pass if no crash or assert.</text> |
| <style> |
| svg { |
| position: absolute; |
| } |
| |
| body { |
| animation-name: name0; |
| animation-duration: 100s; |
| } |
| |
| @-webkit-keyframes name0 { |
| from { |
| column-width: auto; |
| } |
| to { |
| column-width: 1; |
| } |
| } |
| |
| body:last-child { |
| animation-name: foobar; |
| } |
| </style> |
| |
| <script type="text/javascript"> |
| // <![CDATA[ |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| document.getElementById("svgroot").offsetHeight; |
| document.getElementById("svgroot").insertBefore(document.createElementNS("http://www.w3.org/2000/svg", "text"), null); |
| // ]]> |
| </script> |
| </svg> |