chromium/third_party/blink/web_tests/fast/frames/sandboxed-iframe-attribute-parsing-05.html

<!DOCTYPE html>
<html>
<head>
    <script src='resources/sandboxed-iframe-attribute-test.js'></script>
</head>
<body>
    <p>Mixed case</p>
    <iframe sandbox="AlLoW-sCrIpTs allow-same-origin"
            src="resources/sandboxed-iframe-attribute-parsing-allowed.html">
    </iframe>

</body>
</html>