blob: 6ad6b107b9cbd812d579c990e20ab5bf8673552c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
span { color: green; }
</style>
</head>
<body>
<input type="button"><span>This should be green</span>
</body>
</html>