Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-pseudo/first-line-replaced-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="first-line-replaced-001-ref.html">
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<style>
.inner {
display: inline-block;
margin: 10px;
}
*::first-line { visibility: visible; }
</style>
<body>
<div>A<span class=inner></span>C</div>
</body>