mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
15 lines
222 B
HTML
15 lines
222 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
p:first-letter {
|
|
float: left;
|
|
}
|
|
</style>
|
|
<title>a first-letter testcase</title>
|
|
</head>
|
|
<body>
|
|
<p>Lorem ipsum dolor sit amet.</p>
|
|
</body>
|
|
</html>
|