mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
13 lines
232 B
HTML
13 lines
232 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body::first-letter { color:white; }
|
|
</style>
|
|
</head>
|
|
<!-- Check that a pre-line newline stops first-letter processing -->
|
|
<body style="white-space:pre-line; color:black;">
|
|
Hello
|
|
</body>
|
|
</html>
|