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

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 <!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