gecko-dev/layout/reftests/bugs/1374062-ref.html

9 строки
167 B
HTML

<!doctype html>
<title>CSS Test reference</title>
<style>
div { color: green; font-size: 10px; }
</style>
<div>
Should be green, and have a 10px font-size.
</div>