layout/reftests/font-inflation/fixed-height-body-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 <!--
michael@0 3 The minimum font size at 15em per line in a 450px container is 30px. This means we map 0px-45px
michael@0 4 into 30px-45px, so 12px gets mapped to 34px.
michael@0 5 -->
michael@0 6 <html>
michael@0 7 <head>
michael@0 8 <style>
michael@0 9 body {
michael@0 10 height: 100%;
michael@0 11 width: 450px;
michael@0 12 line-height: 1.1;
michael@0 13 font-size: 34px;
michael@0 14 /*
michael@0 15 * We need overflow:hidden because we can't show a scrollbar due
michael@0 16 * to https://bugzilla.mozilla.org/show_bug.cgi?id=743805 .
michael@0 17 */
michael@0 18 overflow: hidden;
michael@0 19 }
michael@0 20 </style>
michael@0 21 </head>
michael@0 22 <body>
michael@0 23 Dorothy lived in the midst of the great Kansas prairies, with Uncle Henry, who was a farmer, and Aunt Em, who was the farmer's wife. Their house was small, for the lumber to build it had to be carried by wagon many miles. There were four walls, a floor and a roof, which made one room; and this room contained a rusty looking cookstove, a cupboard for the dishes, a table, three or four chairs, and the beds. Uncle Henry and Aunt Em had a big bed in one corner, and Dorothy a little bed in another corner. There was no garret at all, and no cellar--except a small hole dug in the ground, called a cyclone cellar, where the family could go in case one of those great whirlwinds arose, mighty enough to crush any building in its path. It was reached by a trap door in the middle of the floor, from which a ladder led down into the small, dark hole.
michael@0 24 </body>
michael@0 25 </html>

mercurial