Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / altglyph-content-model-crash.html
1 <!DOCTYPE HTML>
2 <html>
3     <body>
4         Test for http://crbug.com/327626.<br/>
5         This test passes if it does not crash.<br/>
6         PASS.<br/>
7         <svg width="100" height="100">
8             <switch>
9                 <altglyph></altglyph>
10             </switch>
11         </svg>
12     </body>
13 </html>