Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css-generated-content / text-before-table-col-crash.html
1 <html>
2     <head>
3         <style>
4             div::before { 
5                 display: table-column-group; 
6                 content: "Before Generated Content"
7             }
8         </style>
9         <script>
10             if (window.testRunner)
11                 testRunner.dumpAsText();
12         </script>
13     </head>
14     <body>
15         <div>
16             PASS
17         </div>
18     </body>
19 </html>