no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 935056-1-ref.html
blob35adbcddb657052612262e66470f2cfb20c5d76c
1 <!DOCTYPE html>
2 <meta charset=utf-8>
3 <style>
4 * { margin: 3px; }
5 p { font: 32px serif; }
6 text { font: 16px serif; }
7 </style>
8 <p>This text should be affected by the minimum font size.</p>
9 <svg width="800" height="40">
10 <text x="10" y="20">This text should not be affected by the minimum font size.</text>
11 </svg>