1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/forms/button/disabled-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +<title>Bug 1007278: test all types of buttons look similar when disabled</title> 1.8 +</head> 1.9 +<body> 1.10 + <button>Some text</button> 1.11 + <button>Some text</button> 1.12 + <button>Reset</button> 1.13 + <button>Submit Query</button> 1.14 + <br> 1.15 + <button disabled>Some text</button> 1.16 + <button disabled>Some text</button> 1.17 + <button disabled>Reset</button> 1.18 + <button disabled>Submit Query</button> 1.19 +</body> 1.20 +</html>