зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
290 B
HTML
11 строки
290 B
HTML
<!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>
|