зеркало из https://github.com/mozilla/gecko-dev.git
9 строки
234 B
HTML
9 строки
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>
|