mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
12 lines
295 B
HTML
12 lines
295 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head><style>
|
|
div::first-letter { color: green; }
|
|
</style></head>
|
|
<body>
|
|
<div style="width:0"> <span></span>Test</div>
|
|
<span style="float:left; width:100px; height:200px; background:yellow;"></span>
|
|
<div style="width:0"> <span></span>Test</div>
|
|
</body>
|
|
</html>
|