diff options
Diffstat (limited to 'layout/generic/crashtests/1145950-1.html')
-rw-r--r-- | layout/generic/crashtests/1145950-1.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1145950-1.html b/layout/generic/crashtests/1145950-1.html new file mode 100644 index 0000000000..8f4e40a59f --- /dev/null +++ b/layout/generic/crashtests/1145950-1.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<script> + +function boom() +{ + r.style.borderRadius = "4px"; +} + +</script> +</head> +<body onload="boom();"> + <div style="display: table;" id="r"> + <div style="display: -moz-popup;"></div> + <div style="display: contents;"><div style="display: table-caption;"></div></div> + </div> +</body> +</html> |