images-01.html (523B)
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>