layout/reftests/svg/sizing/pass-px-pct.xhtml

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>
     7     <title>Reference file for comparisons</title>
     8     <style type="text/css">
    10 * {
    11   padding: 0;
    12   border: 0;
    13   margin: 0;
    14 }
    16 html, body {
    17   width: 100%;
    18   height: 100%;
    19 }
    21 div {
    22   width: 70px;
    23   height: 49%;
    24   background: blue;
    25 }
    27     </style>
    28   </head>
    29   <body><div></div></body>
    30 </html>

mercurial