<!DOCTYPE html> | |
<html> | |
<body> | |
<p>Makes sure background-images with relative URLs are properly loaded when moved to a new document.</p> | |
<div style="background-image: url(resources/green-256x256.jpg); width: 256px; height: 256px;"></div> | |
</body> | |
</html> |