haikuwebkit/LayoutTests/fast/css-generated-content/block-inside-inline.html

11 lines
139 B
HTML

<!DOCTYPE html>
<style>
span:before {
display: block;
content: "Should be on it's own line, ";
}
</style>
<span>and this too.</span>