Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
fenced-frame
/
resources
/
report-url.html
blob: e0b7d0982ae384df24ec20ef53ab270d57b9c9c9 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<script
src
=
"utils.js"
></script>
<title>
A page embedded as a fenced frame that reports the document URL
</title>
<script>
const
[
uuid
]
=
parseKeylist
();
writeValueToServer
(
uuid
,
location
.
href
);
</script>