Sign in
webkit
/
WebKit
/
a36dd1c4bd8146169ac601fd378f4d14b5f88ac7
/
.
/
LayoutTests
/
fast
/
dom
/
HTMLLinkElement
/
resources
/
stylesheet-with-existent-and-non-existent-import.css
blob: fc294cfebc762d3cddfa6bb408dcb44ea1e098d7 [
file
] [
log
] [
blame
]
@import
"stylesheet.css"
;
@import
"non-existent-stylesheet.css"
;
#
test
{
color
:
yellow
;
}