Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
css
/
css-imports-2.html
blob: 32845b9518cf4355b9a7e071129428c8195b7d58 [
file
] [
log
] [
blame
]
<p><style>
@import
url
(
'resources/css-imports.css'
);
</style>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
body
.
innerHTML
=
"PASS"
;
</script>