layout/reftests/generated-content/images-01.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>
     3 <head>
     4     <title>CSS 2.1 Test Suite: generated content</title>
     5     <link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
     6     <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
     7     <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content"/>
     8     <meta name="flags" content="" />
     9 <style>
    10 div::before {
    11   content:url(missing-image.png);
    12 }
    13 div { border:1px solid green; margin:5px; }
    14 </style>
    15 </head>
    16 <div>Inner</div>
    17 </body>
    18 </html>

mercurial