diff options
Diffstat (limited to 'layout/reftests/bugs/1778834.html')
-rw-r--r-- | layout/reftests/bugs/1778834.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1778834.html b/layout/reftests/bugs/1778834.html new file mode 100644 index 0000000000..43c7ff09c0 --- /dev/null +++ b/layout/reftests/bugs/1778834.html @@ -0,0 +1,10 @@ +<!doctype html> +<title>AccentColor without native accent</title> +<style> + div { + width: 100px; + height: 100px; + background-color: AccentColor; + } +</style> +<div></div> |