layout/reftests/font-inflation/fixed-height-body-child-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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 /*
michael@0 12 * We need overflow:hidden because we can't show a scrollbar due
michael@0 13 * to https://bugzilla.mozilla.org/show_bug.cgi?id=743805 .
michael@0 14 */
michael@0 15 overflow: hidden;
michael@0 16 }
michael@0 17
michael@0 18 div {
michael@0 19 width: 450px;
michael@0 20 }
michael@0 21
michael@0 22 p {
michael@0 23 line-height: 1.1;
michael@0 24 font-size: 34px;
michael@0 25 margin: 0;
michael@0 26 }
michael@0 27 </style>
michael@0 28 </head>
michael@0 29 <body>
michael@0 30 <div>
michael@0 31 <p>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.</p>
michael@0 32 </div>
michael@0 33 </body>
michael@0 34 </html>

mercurial