summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1374062-ref.html
blob: e8b74a077a4ad99785f0b0f1e33311230421cae4 (plain)
1
2
3
4
5
6
7
8
<!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>