layout/reftests/font-inflation/list-1-ref.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <head>
michael@0 3 <style>
michael@0 4 div { background: yellow; line-height: 1.0; font-size: 12px; width: 480px; border: 1px solid red; }
michael@0 5 ol { padding-left: 120px; width: 400px;}
michael@0 6 li { font-size: 36px; }
michael@0 7 </style>
michael@0 8 </head>
michael@0 9 <!--
michael@0 10 In a 480px container, the minimum font size at 15em per line is 32px.
michael@0 11 This means we map 0px-48px into 32px-48px, so 12px gets mapped to 36px.
michael@0 12 The margins will be a little bit screwy, since we're fiddling with them
michael@0 13 to make the list rendering better.
michael@0 14 -->
michael@0 15 <body>
michael@0 16 <div>
michael@0 17 <ol>
michael@0 18 <li>Separate interface design from internals</li>
michael@0 19 <li>Enable multiple user-interface strategies</li>
michael@0 20 <li>Enable multiple-platform support</li>
michael@0 21 </ol>
michael@0 22 </div>
michael@0 23 </body>

mercurial