Sign in
chromium
/
chromium
/
src
/
913eaefa55beab765aa1d99da170db474d8c63ca
/
.
/
chrome
/
test
/
data
/
popup_fencedframe.html
blob: 85787441e7a2888ab74198b77a0a3bd88e387aca [
file
]
<!DOCTYPE html>
<html>
<head>
<script>
window
.
onload
=
function
()
{
domAutomationController
.
send
(
"DONE"
);
}
</script>
</head>
<body>
fenced frame test
</body>
</html>