Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
import_with_baseurl.html
blob: cf1a7f118f1cd28531e2f5b00ea85d188e5d9bac [
file
]
<html>
<head>
<base
href
=
"../css/"
>
<style>
@import
url
(
resources/background_image.css
);
</style>
</head>
<body>
red squares background image.
</body>