<!DOCTYPE html>
<html>
<body>
<fencedframe
style="width: 100px; height: 200px;">
</fencedframe>
<script type="text/javascript">
const url = new URL("resources/ad-highlight.php", location.href);
document.querySelector("fencedframe").config = new FencedFrameConfig(url);
if (window.testRunner)
testRunner.waitUntilDone();
</script>
</body>
</html>