chromium/chrome/test/data/popup_fencedframe.html

<!DOCTYPE html>
<html>
<head>
<script>
window.onload = function() {
  domAutomationController.send("DONE");
}
</script>
</head>
<body>fenced frame test</body>
</html>