зеркало из https://github.com/mozilla/pjs.git
Crashtest for bug 456196, by Martijn Wargers <martijn.martijn@gmail.com>.
This commit is contained in:
Родитель
ae852fa5e5
Коммит
6c00be346d
|
@ -0,0 +1,16 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Crash [@ nsCSSValueList::~nsCSSValueList] with adding a lot of values in css property</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="border: 1px solid black; width: 100px; height: 100px;"></div>
|
||||
<script>
|
||||
function forceFree() {
|
||||
var str = ' rotate(1deg)';
|
||||
for(var i=0;i<17;i++) {str += str;}
|
||||
document.getElementsByTagName('div')[0].style.MozTransform = str;
|
||||
}
|
||||
setTimeout(forceFree,100);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -20,3 +20,4 @@ load 447776-1.html
|
|||
load 447783-1.html
|
||||
load 448161-1.html
|
||||
load 448161-2.html
|
||||
load 456196.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче