layout/reftests/w3c-css/submitted/values3/calc-margin-block-1-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4   <title>CSS Reference: Test of margin-*: calc()</title>
     5   <link rel="author" title="L. David Baron" href="http://dbaron.org/">
     6   <meta name="flags" content="">
     7 <style type="text/css">
     9 div { border: medium solid green; width: 500px }
    10 p { background: yellow }
    12 </style>
    13 </head>
    14 <body>
    16 <div><p style="margin: 15px 0 0 0">paragraph with margin</p></div>
    17 <div><p style="margin: 0 15px 0 0">paragraph with margin</p></div>
    18 <div><p style="margin: 0 0 15px 0">paragraph with margin</p></div>
    19 <div><p style="margin: 0 0 0 15px">paragraph with margin</p></div>
    20 <div><p style="margin: 25px 25px 25px 25px">paragraph with margin</p></div>
    21 </body>
    22 </html>

mercurial