diff options
Diffstat (limited to 'layout/reftests/high-contrast/prefers-contrast-black-ref.html')
-rw-r--r-- | layout/reftests/high-contrast/prefers-contrast-black-ref.html | 11 |
1 files changed, 11 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..67385886f5 --- /dev/null +++ b/layout/reftests/high-contrast/prefers-contrast-black-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>reference: a black box to test the prefers-contrast media query</title> +<style> + div { + width: 100px; + height: 100px; + outline: 2px solid black; + } +</style> +<div></div> |