layout/reftests/svg/sizing/object--auto-auto--px-px--ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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-px.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: 0;
    27   margin: 50px;
    28   width: 70px;
    29   height: 70px;
    30   background: blue;
    31 }
    33     </style>
    34   </head>
    35   <body>
    36     <div></div>
    37   </body>
    38 </html>

mercurial