layout/reftests/w3c-css/submitted/values3/calc-padding-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 padding-*: 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 body { width: 500px }
    10 div { border: medium solid green }
    11 p { background: yellow; margin: 0 }
    13 </style>
    14 </head>
    15 <body>
    17 <div style="padding: 15px 0 0 0"><p>paragraph with padding</p></div>
    18 <div style="padding: 0 15px 0 0"><p>paragraph with padding</p></div>
    19 <div style="padding: 0 0 15px 0"><p>paragraph with padding</p></div>
    20 <div style="padding: 0 0 0 15px"><p>paragraph with padding</p></div>
    21 <div style="padding: 25px 25px 25px 25px"><p>paragraph with padding</p></div>
    22 </body>
    23 </html>

mercurial