Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / details-element-render-inline-crash.html
1 <html>
2 <head>
3 <script>
4     if (window.testRunner)
5         testRunner.dumpAsText();
6 </script>
7 </head>
8 <body>
9 <style>
10    .control { display: inline; }
11 </style>
12 PASS<details class="control"><p><a></p></details>
13 </body>
14 </html>