diff options
Diffstat (limited to 'layout/style/crashtests/945048-1.html')
-rw-r--r-- | layout/style/crashtests/945048-1.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/style/crashtests/945048-1.html b/layout/style/crashtests/945048-1.html new file mode 100644 index 0000000000..753efb66f8 --- /dev/null +++ b/layout/style/crashtests/945048-1.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<style> +button::-moz-focus-inner:active { } +</style> +<button>hello</button> |