gfx/tests/crashtests/693143-1.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <title>Tiny ugly fonts</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     7 <style type="text/css">
     9 body {
    10   margin: 50px;
    11 }
    13 p, div {
    14   margin: 0;
    15 }
    17 #test {
    18   font-size: 1px;
    19 }
    21 #test p {
    22   font-size: 8.3%;
    23 }
    25 #f1 { font-family: Terminal; }
    26 #f2 { font-family: FixedSys; }
    27 #f3 { font-family: Script; }
    28 #f4 { font-family: Roman; }
    30 </style>
    32 </head>
    33 <body>
    35 <h4>No text should show below this line</h4>
    36 <div id="test">
    37 <p id="f1">ugly font</p>
    38 <p id="f2">ugly font</p>
    39 <p id="f3">ugly font</p>
    40 <p id="f4">ugly font</p>
    41 </div>
    43 </body>
    44 </html>

mercurial