layout/reftests/w3c-css/submitted/values3/calc-text-indent-1-ref.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4   <title>CSS Reference: text-indent: 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 p { font-size: 10px }
    12 </style>
    13 </head>
    14 <body>
    16 <p style="text-indent: 247px">50% - 3px</p>
    17 <p style="text-indent: 247px">25% - 3px + 25%</p>
    18 <p style="text-indent: 247px">25% - 3px + 12.5% * 2</p>
    19 <p style="text-indent: 247px">25% - 3px + 12.5%*2</p>
    20 <p style="text-indent: 247px">25% - 3px + 2*12.5%</p>
    21 <p style="text-indent: 247px">25% - 3px + 2 * 12.5%</p>
    22 <p style="text-indent: 250px">30% + 20%</p>
    23 </body>
    24 </html>

mercurial