blob: 5109b31492c7069e09547434b92aead8257759a5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
background: green;
}
</style>
</head>
<body>
<div>This text should have green background.<div>
</body>
</html>