mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
13 lines
191 B
HTML
13 lines
191 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { color: green }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><span style="float: left">This should be green</span></div>
|
|
</body>
|
|
</html>
|
|
|