diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/high-contrast/prefers-contrast-black-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/high-contrast/prefers-contrast-black-ref.html b/layout/reftests/high-contrast/prefers-contrast-black-ref.html new file mode 100644 index 0000000000..470f66fa83 --- /dev/null +++ b/layout/reftests/high-contrast/prefers-contrast-black-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title>reference: a black box to test the prefers-contrast media +query</title> + +<style type="text/css"> + div { + width: 100px; + height: 100px; + outline: 2px solid black; + } +</style> +</head> +<body> + <div></div> +</body> +</html> |