blob: 7ae336991d57e5569c81b31805f511d0b4b3f2a0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<link rel="stylesheet" type="text/css" href="data:text/css,#blue { color: blue !important; }">
<link rel="stylesheet" type="application/javascript" href="data:text/css,#red { color: red !important; }">
<link rel="stylesheet" href="data:text/css,#yellow { color: yellow !important; }">
<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>