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