<!doctype html>
<html>
<head>
<style>
my-blue {
background: red;
color: white;
}
</style>
<link rel="import" href="resources/blue-element.html">
</head>
<body>
<my-blue>This should be blue</my-blue>
</body>
</html>
<!doctype html>
<html>
<head>
<style>
my-blue {
background: red;
color: white;
}
</style>
<link rel="import" href="resources/blue-element.html">
</head>
<body>
<my-blue>This should be blue</my-blue>
</body>
</html>