blob: a2eacedbc662d200659f342f5de34985b9ed1407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML>
<title>Testcase, bug 1209603</title>
<style>
p {
margin: 1em 0;
}
</style>
<p style="font-size: 40px">Should be 40px font size.</p>
<p style="font-size: 20px">Should be 20px font size.</p>
|