Sign in
webkit
/
WebKit
/
67ef48bf3155a8b5a1fc5ba0a7b64489ec5a0874
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
html
/
imports
/
resources
/
style-basic-child.html
blob: 0cf005e888213320624f338eb51b344895b63bfd [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<link
id
=
"importLink"
rel
=
"import"
href
=
"style-basic-grandchild.html"
>
<style>
.
blue-from-import
{
color
:
blue
;
}
.
red-from-import
{
color
:
red
;
}
.
gray-from-subimport
{
color
:
teal
;
}
</style>
</head>
</html>