mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
5bc00870a9
content. Add some first-letter tests, and a few assertions. Bug 367650, r+sr=roc
13 lines
198 B
HTML
13 lines
198 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { color: black; }
|
|
span#letter { color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><span id="letter">"T</span>his is text"</span></div>
|
|
</body>
|
|
</html>
|