blob: b6d3e1fd9d9ce217ad1c0b26df103419ebd9ddf0 [file] [log] [blame]
<!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>