mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
4 lines
134 B
JavaScript
4 lines
134 B
JavaScript
t.step(function() {
|
|
order.push(2);
|
|
document.write("<script>t.step(function() {order.push(3)})</script>");
|
|
}); |