Bug 184673
| Summary: | REGRESSION: [mac-wk2 release] LayoutTest http/tests/security/contentSecurityPolicy/script-src-blocked-error-event.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Keith Rollin <krollin> |
| Component: | New Bugs | Assignee: | Keith Rollin <krollin> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ryanhaddad, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Keith Rollin
REGRESSION: [mac-wk2 release] LayoutTest http/tests/security/contentSecurityPolicy/script-src-blocked-error-event.html is flaky
The expected console message frequently appears twice in the output. Because the test was marked as flaky, the console message has experience bit rot and is now also incorrect:
-CONSOLE MESSAGE: Refused to load the script 'http://localhost:8000/security/contentSecurityPolicy/resources/script-set-value.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline'".
-
+CONSOLE MESSAGE: Refused to load http://localhost:8000/security/contentSecurityPolicy/resources/script-set-value.js because it does not appear in the script-src directive of the Content Security Policy.
Marked as flaky by dbates@webkit.org in (git=5b73a31e7e43/svn=195367) at 2016-01-20 20:59:37.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/39474698>
Keith Rollin
Fix landed in <https://trac.webkit.org/changeset/230691/webkit>.