OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 div::before { | 4 div::before { |
5 display: table-column-group; | 5 display: table-column-group; |
6 content: "Before Generated Content" | 6 content: "Before Generated Content" |
7 } | 7 } |
8 </style> | 8 </style> |
9 <script> | 9 <script> |
10 if (window.layoutTestController) | 10 if (window.layoutTestController) |
11 layoutTestController.dumpAsText(); | 11 layoutTestController.dumpAsText(); |
12 </script> | 12 </script> |
13 </head> | 13 </head> |
14 <body> | 14 <body> |
15 <div> | 15 <div> |
16 PASS | 16 PASS |
17 </div> | 17 </div> |
18 </body> | 18 </body> |
19 </html> | 19 </html> |
OLD | NEW |