layout/reftests/svg/sizing/object--auto-auto--px-0--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.

     1 <!--
     2      Any copyright is dedicated to the Public Domain.
     3      http://creativecommons.org/publicdomain/zero/1.0/
     4 -->
     5 <html xmlns="http://www.w3.org/1999/xhtml">
     6   <head>
     8     <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=294086 -->
    10     <title>Reference for test object--auto-auto--px-0.html</title>
    12     <style type="text/css">
    14 html, body {
    15   padding: 0;
    16   border: 0;
    17   margin: 0;
    18   width: 100%;
    19   height: 100%;
    20   /* XXX Not sure why we get scrolling with 'div' but not 'object'. */
    21   overflow: hidden;
    22 }
    24 div {
    25   padding: 0;
    26   border: 1px solid blue;
    27   margin: 50px;
    28   width: 70px;
    29   height: 0;
    30 }
    32     </style>
    33   </head>
    34   <body>
    35     <div></div>
    36   </body>
    37 </html>

mercurial