summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/935056-1.html
blob: b7e80eca174ac561a1aeef911898fba2ae6d66d1 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset=utf-8>
<style>
* { margin: 3px; }
p, 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>