mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
13 lines
165 B
HTML
13 lines
165 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
span { color: green }
|
|
</style>
|
|
|
|
<body>
|
|
<span>There should be no red</span>
|
|
<span>There should be no red</span>
|
|
</body>
|
|
</html>
|