Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!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>