Bug 873260 - Add crashtests. r=mats DONTBUILD

This commit is contained in:
Jesse Ruderman 2018-06-09 16:11:26 +02:00
parent 34af89ca3d
commit c7da709335
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var r = document.documentElement;
r.style.transitionDelay = "60s";
r.style.borderRadius = "9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999%";
}
</script>
</head>
<body onload="boom();"></body>
</html>

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
document.documentElement.style.transitionDelay = "1ms";
document.documentElement.style.marginRight = "calc(-999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999*-140737488355327px + 1%)";
}
</script>
</head>
<body onload="boom();"></body>
</html>

View File

@ -105,6 +105,8 @@ load 861489-1.html
load 862113.html
load 867487.html
load 873222.html
load 873260-1.html
load 873260-2.html
load 880862.html
load 894245-1.html
load 915440.html