Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / table-row-with-before.html
blobb50bef331b8801733935b7fd34f4bf528b0f0fb2
1 <style>
2 li:before {
3 display: table-row;
4 content: "hello";
6 </style>
7 <span>This test passes if it does not crash.</span>
8 <br/>
9 <ul>
10 <li>test</li>
11 </ul>