mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
10 lines
231 B
HTML
10 lines
231 B
HTML
<script>
|
|
onload = parent.t.step_func(function() {
|
|
setTimeout(parent.t.step_func(function() {
|
|
document.open()
|
|
setTimeout(parent.t.step_func(function() {parent.t.done()}), 0);
|
|
document.close();
|
|
}), 100)
|
|
});
|
|
</script>
|