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

14 lines
182 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<style>
div::before {
content:url(missing-image.png);
}
div { border:1px solid green; margin:5px; }
</style>
</head>
<div>Inner</div>
</body>
</html>