mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
11 lines
208 B
HTML
11 lines
208 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style> * { color: red } </style>
|
|
<style id="t">* { color: green }</style>
|
|
</head>
|
|
<body>
|
|
<span class="test">This text should be green</span>
|
|
</body>
|
|
</html>
|