layout/reftests/bugs/844178-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE HTML>
     2 <html><head>
     3     <meta charset="utf-8">
     4     <title>Testcase for bug 844178</title>
     5     <style type="text/css">
     7         html,body {
     8             color:black; background-color:white; font-size:16px; padding:0; margin:0;
     9         }
    11 body {
    12   position: fixed;
    13   right: 5px;
    14   top: 100px;
    15   width: 100px;
    16   height: 10px;
    17   margin:0;
    18   padding:0;
    19 }
    21 :root { overflow:scroll; }
    23 span {
    24     background:lime;
    25     display:inline-block;
    26     width:100px;
    27 }
    29 </style>
    30 </head>
    31 <body><span>Hello</span></body>
    32 </html>

mercurial