diff options
Diffstat (limited to 'layout/reftests/forms/button/disabled-4-notref.html')
-rw-r--r-- | layout/reftests/forms/button/disabled-4-notref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/forms/button/disabled-4-notref.html b/layout/reftests/forms/button/disabled-4-notref.html new file mode 100644 index 0000000000..41fe9e6107 --- /dev/null +++ b/layout/reftests/forms/button/disabled-4-notref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> +<title>Bug 1007278: check disabled and non-disabled buttons look different</title> +</head> +<body> + <input disabled type="button" value="Some text"> +</body> +</html> |