Sign in
webkit
/
WebKit
/
c6951ff6f7d972427c05df8e7c39e3f2d74bf29c
/
.
/
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>