mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
717347a6c6
(transplanted from 44439c29d5b22d2b5da8b8ee86c270b18dc922fc) --HG-- extra : transplant_source : DC%9C%29%D5%B2-%2B%5D%A8%B8%EE%86%C2p%B1%8D%C9%22%FC
19 lines
387 B
HTML
19 lines
387 B
HTML
<Html class="reftest-wait">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf8">
|
|
</head>
|
|
<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();
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|