blob: 8c79c8328f0b2bf88b320956efdd689a97130550 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
span { background-color: lime }
</style>
</head>
<body>
<div>
<div>
<div></div>
<span>The background color should be lime</span>
</div>
</div>
</body>
</html>