Commit 82f160d8 authored by Mike West's avatar Mike West Committed by Chromium LUCI CQ

Remove http/tests/security/contentSecurityPolicy/object-src-no-url-allowed.html.

This test is both flaky and replicated (unflakily) in WPT.

Bug: 985869
Change-Id: Ied7b4760c1e497500a06a2942df335ff735e8960
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2621553
Commit-Queue: Mike West <mkwst@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Auto-Submit: Mike West <mkwst@chromium.org>
Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842038}
parent 7ebeff9b
...@@ -4950,10 +4950,6 @@ crbug.com/980588 external/wpt/screen-orientation/lock-unlock-check.html [ Pass F ...@@ -4950,10 +4950,6 @@ crbug.com/980588 external/wpt/screen-orientation/lock-unlock-check.html [ Pass F
# Sheriff 2019-07-18 # Sheriff 2019-07-18
crbug.com/985232 [ Win7 ] external/wpt/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-credentials.sub.html [ Pass Failure ] crbug.com/985232 [ Win7 ] external/wpt/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-credentials.sub.html [ Pass Failure ]
# Sheriff 2019-07-19
crbug.com/985869 [ Linux ] http/tests/security/contentSecurityPolicy/object-src-no-url-allowed.html [ Pass Failure ]
crbug.com/985869 [ Win7 ] http/tests/security/contentSecurityPolicy/object-src-no-url-allowed.html [ Pass Failure ]
# Sheriff 2019-07-24 # Sheriff 2019-07-24
crbug.com/986282 external/wpt/client-hints/accept-ch-lifetime.tentative.https.html [ Pass Failure ] crbug.com/986282 external/wpt/client-hints/accept-ch-lifetime.tentative.https.html [ Pass Failure ]
......
CONSOLE MESSAGE: Blink Test Plugin: initializing
This test passes if there isn't a console message saying the plugin was blocked.
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<meta http-equiv="Content-Security-Policy" content="object-src 'self'">
</head>
<body>
This test passes if there isn't a console message saying the plugin was blocked.
<object type="application/x-blink-test-plugin"></object>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment