mirror of
https://github.com/servo/servo
synced 2026-05-02 12:26:06 +02:00
8 lines
153 B
HTML
8 lines
153 B
HTML
<!doctype html>
|
|
<script>
|
|
onload = function() {
|
|
parent.postMessage("003-1", "*");
|
|
setTimeout(function() {location = "003-2.html";}, 100);
|
|
}
|
|
</script>
|