Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/first-line/reftest.list
<!DOCTYPE html>
<style>
#target { color: green; }
#target::first-line { color: red; }
</style>
<div id="target">
<span>
<div>This should be green</div>
</span>
</div>