зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest. (This file has caused leaks and crashes at various times in the 1.9 cycle.)
This commit is contained in:
Родитель
84b97585e3
Коммит
4c4199453c
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
function loaded() {
|
||||
var node = document;
|
||||
var handler = function(operation, key, data, src, dst) { alert(data); };
|
||||
node.setUserData("foo", "data", handler);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="loaded();">
|
||||
<div id="elem"></div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,4 +1,5 @@
|
|||
load 308120-1.xul
|
||||
load 324871-1.html
|
||||
load 325730-1.html
|
||||
load 326618-1.html
|
||||
load 326646-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче