tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / zoom-font-size.html
1 <body style="font-size:16px">
2
3 All text below should be 32px tall.
4
5 <div style="zoom:200%">This text should be 32px tall.</div>
6 <div style="font-size:32px; zoom:reset">This text should be 32px tall.</div>
7 <div style="zoom:50%;font-size:64px">This text should be 32px tall.</div>
8 <div style="font-size:4px; zoom:400%; font-size:8px">This text should be 32px tall.</div>
9
10 </body>