mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +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>");
|
|
}); |