summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/935056-1-ref.html
blob: 35adbcddb657052612262e66470f2cfb20c5d76c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset=utf-8>
<style>
* { margin: 3px; }
p { font: 32px serif; }
text { font: 16px serif; }
</style>
<p>This text should be affected by the minimum font size.</p>
<svg width="800" height="40">
  <text x="10" y="20">This text should not be affected by the minimum font size.</text>
</svg>