Files
brave-core/test/data/sandboxed_iframe.html
T

8 lines
148 B
HTML

<html>
<title>sandboxed_main_frame_script</title>
<head></head>
<body>
<iframe id="child" sandbox="allow-scripts"></iframe>
</body>
</html>