chromium/third_party/blink/web_tests/http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt

CONSOLE MESSAGE: Executed script with MIME type: 'application/json'.
CONSOLE MESSAGE: Executed script with MIME type: 'text/html'.
CONSOLE MESSAGE: Executed script with MIME type: 'text/vbs'.
CONSOLE MESSAGE: Executed script with MIME type: 'text/vbscript'.
CONSOLE MESSAGE: Executed script with MIME type: 'text/x-javascript'.
Check that script sent with an invalid 'X-Content-Type-Options: nosniff' header is correctly allowed, even if the MIME type isn't scripty.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

PASS window.scriptsSuccessfullyLoaded is unscriptyMimeTypes.length
PASS successfullyParsed is true

TEST COMPLETE