blob: 419767d029dbd3f8ec2ef05eea459d9e720b3e09 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<link rel="stylesheet" type="text/css" href="resources/blue.css">
<link rel="stylesheet" type="application/javascript" href="resources/red.css">
<link rel="stylesheet" href="resources/yellow.css">
<div style="color: green" id="blue">This text should be blue</div>
<div style="color: green" id="red">This text should be green</div>
<div style="color: green" id="yellow">This text should be yellow</div>
</body>
</html>