haikuwebkit/LayoutTests/fast/css/import_with_baseurl.html

11 lines
151 B
HTML

<html>
<head>
<base href="../css/">
<style>
@import url(resources/background_image.css);
</style>
</head>
<body>
red squares background image.
</body>