Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / table-with-before.html
blob5e0eb4a0c0f6e2973b4e8086271ad3889e4fd6c5
1 <style>
2 li:before {
3 display: table;
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>