зеркало из https://github.com/mozilla/pjs.git
Bug 567020 - Intermittent timeout in 343889-1.html, leading to the crashtest suite being aborted; r=jst
(transplanted from 44439c29d5b22d2b5da8b8ee86c270b18dc922fc) --HG-- extra : transplant_source : DC%9C%29%D5%B2-%2B%5D%A8%B8%EE%86%C2p%B1%8D%C9%22%FC
This commit is contained in:
Родитель
69fb28434c
Коммит
3637a95237
|
@ -1,15 +1,18 @@
|
|||
<Html>
|
||||
<Html class="reftest-wait">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf8">
|
||||
</head>
|
||||
<body>
|
||||
<body onload="boom()">
|
||||
<iframe src="#" id="data"></iframe>
|
||||
<script>
|
||||
function boom() {
|
||||
var d=document.getElementById('data').contentDocument;
|
||||
d.clear()
|
||||
var text='Тест';
|
||||
d.write(text);
|
||||
d.close()
|
||||
d.close();
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче