mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 13:25:00 +00:00
7 lines
147 B
HTML
7 lines
147 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body::first-line { color: purple; }
|
|
</style>
|
|
<body style="width: 0; color: green"><span>This is some text</span>
|
|
</body>
|