diff options
Diffstat (limited to 'layout/generic/crashtests/1140268-1.html')
-rw-r--r-- | layout/generic/crashtests/1140268-1.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/layout/generic/crashtests/1140268-1.html b/layout/generic/crashtests/1140268-1.html deleted file mode 100644 index 5e5510ba7f..0000000000 --- a/layout/generic/crashtests/1140268-1.html +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -<meta charset=utf-8> -<script> -function boom() -{ - var e = document.getElementsByTagName("mo")[0]; - e.setAttribute("style", "position: absolute; top: 0px;"); - document.documentElement.offsetHeight; - e.setAttribute("style", "position: absolute; top: 100px;"); -} -</script> -</head> -<body onload="boom();"> -<math><mo>boom!</mo></math> -</body> -</html> |