Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / block-inside-inline.html
blob540a16a638eaafc575c649c2b34753a628985068
1 <!DOCTYPE html>
3 <style>
4 span:before {
5 display: block;
6 content: "Should be on it's own line, ";
8 </style>
10 <span>and this too.</span>