summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/block-inside-inline.html
blob: 540a16a638eaafc575c649c2b34753a628985068 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>

<style>
span:before {
  display: block;
  content: "Should be on it's own line, ";
}
</style>

<span>and this too.</span>