Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css-grid-layout / positioned-grid-items-crash.html
1 <!DOCTYPE html>
2 <html>
3 <link href="resources/grid.css" rel="stylesheet">
4 <head>
5 <script type="text/javascript">
6     if (window.testRunner)
7         testRunner.dumpAsText();
8 </script>
9 </head>
10 <body>
11     <p>This test checks that positioned grid items (absolute or fixed) do not crash on debug.</p>
12     <div class="grid">
13         <div style="position: absolute;"></div>
14         <div style="position: fixed;"></div>
15     </div>
16 </body>
17 </html>