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