mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
9 lines
234 B
HTML
9 lines
234 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<input type="submit" id="one" disabled="true" style="color: red" value="Should be no red"/>
|
|
<input type="submit" id="two" style="color: red" value="Should be no red"/>
|
|
</body>
|
|
</html>
|
|
</html>
|