chromium/third_party/blink/web_tests/http/tests/security/resources/cors-check-for-cached-script-iframe.html

<!doctype html>
<html>
<script src="http://localhost:8080/security/resources/cors-script.php?max-age=60" crossorigin
        onload="parent.postMessage('FAIL', '*')"
        onerror="parent.postMessage('PASS', '*')"></script>