blob: 17379943df64890324dc02d9de301851a1118651 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div id="sandbox">
<div>
<div>normal</div>
<div style="color: green">green</div>
</div>
<div>
<div>normal</div>
<div style="color: red">red</div>
</div>
<div>
<div>normal</div>
<div style="color: blue">blue</div>
</div>
</body>
</html>