Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
client-hints
/
resources
/
viewport-measurement.html
blob: 2ac9043af742a05dd6cad28833fb4bbc25b2fe90 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<script>
(
async
()
=>
{
const
response
=
await fetch
(
"viewport.py"
);
const
body
=
await response
.
text
();
parent
.
postMessage
(
body
,
"*"
);
})();
</script>