diff options
Diffstat (limited to 'layout/style/crashtests/1167782-1.html')
-rw-r--r-- | layout/style/crashtests/1167782-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/style/crashtests/1167782-1.html b/layout/style/crashtests/1167782-1.html new file mode 100644 index 0000000000..4b41ea3983 --- /dev/null +++ b/layout/style/crashtests/1167782-1.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<html> +<body> +<script> + var d = window.getComputedStyle(document.body, "::-moz-color-swatch").display; +</script> +</body> +</html> |