Sign in
webkit
/
WebKit
/
6113a84dadd0dcc86f4c38278f18f255a7fef196
/
.
/
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
;
}