Permalink
Please sign in to comment.
Browse files
Fixes #2251: resolve imported stylesheets against correct document.
- Loading branch information...
Showing
with
21 additions
and 6 deletions.
2
src/lib/style-util.html
2
test/unit/styling-remote-elements.html
16
test/unit/styling-remote.html
7
test/unit/sub/remote-sheet.css
| @@ -0,0 +1,7 @@ | ||
| +:host { | ||
| + --background-image: url(foo.png); | ||
| +} | ||
| + | ||
| +.bg { | ||
| + background-image: var(--background-image); | ||
| +} |
0 comments on commit
68af666