Sign in
webkit
/
WebKit
/
58632ebc30e70ac9706e224e5b7d57b00ba8a2e3
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
events
/
resources
/
message-port-gc-closed-cloned-iframe.html
blob: 09fe457dea9b4a3ef8342f981ef26cd20c178fd3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
window
.
onmessage
=
function
(
evt
)
{
var
port
=
evt
.
ports
[
0
];
port
.
start
();
port
.
postMessage
(
"startedAndClosed"
);
port
.
close
();
}
</script>