blob: 6e826498d1712d7f24ceb038cf996aa8e0494e87 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<body>
<input type="button" id="one" disabled="true" style="color: red" value="Should be no red"/>
<input type="button" id="two" style="color: red" value="Should be no red"/>
</body>
</html>
</html>
|