servo/tests/wpt/web-platform-tests/css/css-pseudo/first-line-replaced-001-ref.html

10 lines
141 B
HTML

<!DOCTYPE html>
<style>
.inner {
display: inline-block;
margin: 10px;
}
</style>
<body>
<div>A<span class=inner></span>C</div>
</body>