blob: e51050baa0db496c4b37b5449524f6856d21e5ad [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src='resources/sandboxed-iframe-attribute-test.js'></script>
</head>
<body>
<p>Line feed characters before and after attribute value</p>
<iframe sandbox="
allow-scripts
allow-same-origin"
src="resources/sandboxed-iframe-attribute-parsing-allowed.html">
</iframe>
</body>
</html>