blob: 2ac4c109794bb19ebe920a72e09a2c47fa342358 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
span { color: green; }
</style>
</head>
<body>
<input placeholder="text"><span>This should be green</span>
</body>
</html>