layout/reftests/generated-content/images-01.html

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:fdee8ce20bea
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