Sign in
chromium
/
chromium
/
src.git
/
6327123fee94de63bebc47bfbe4487f6ee88c44f
/
.
/
tools
/
polymer
/
tests
/
style_module.html
blob: f2f24f2eb0694cc239d95747cd18407e6c7b333a [
file
] [
log
] [
blame
]
<link
rel
=
"import"
href
=
"../html/polymer.html"
>
<link
rel
=
"import"
href
=
"some_other_style.html"
>
<dom-module
id
=
"cr-foo-style"
>
<template>
<style
include
=
"some-other-style"
>
:
host
{
margin
:
0
;
}
</style>
</template>
</dom-module>