Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
issues
/
wasm-co-iframe.html
blob: f29275286cfdbfd47b99520ad732ec8c48e39307 [
file
]
<!DOCTYPE html>
<html>
<head>
<script>
window
.
onmessage
=
x
=>
console
.
log
(
x
);
</script>
</head>
<body>
Empty.
</body>
</html>