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