content. Add some first-letter tests, and a few assertions. Bug 367650, r+sr=roc git-svn-id: svn://10.0.0.236/trunk@221107 18797224-902f-48f8-a5cc-f745e15eee43
17 lines
222 B
HTML
17 lines
222 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { color: black; }
|
|
span#letter { color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<span>
|
|
<span id="letter">T</span>his is text
|
|
</span>
|
|
</div>
|
|
</body>
|
|
</html>
|