mirror of
https://github.com/servo/servo.git
synced 2025-07-13 10:23:40 +01:00
8 lines
No EOL
136 B
HTML
8 lines
No EOL
136 B
HTML
<!doctype html>
|
|
<title>004-1</title>
|
|
<script>
|
|
onmessage = function(e) {
|
|
var port = e.ports[0];
|
|
port.postMessage(e.data);
|
|
}
|
|
</script> |