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