RESOLVED FIXED 210310
Fix failing legacy CSP tests by converting them to modern tests instead.
https://bugs.webkit.org/show_bug.cgi?id=210310
Summary Fix failing legacy CSP tests by converting them to modern tests instead.
Truitt Savell
Reported 2020-04-09 16:10:58 PDT
http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked.html This test began failing after the changes in https://trac.webkit.org/changeset/259829/webkit history: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fsecurity%2FcontentSecurityPolicy%2F1.1%2Fform-action-src-redirect-blocked.html Diff: --- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked-expected.txt +++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked-actual.txt @@ -3,3 +3,8 @@ Parameters: + +============== Back Forward List ============== + http://127.0.0.1:8000/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked.html **nav target** +curr-> http://localhost:8000/navigation/resources/form-target.pl **nav target** +===============================================
Attachments
Patch (13.74 KB, patch)
2020-04-09 17:31 PDT, Keith Miller
no flags
Patch (13.69 KB, patch)
2020-04-09 17:34 PDT, Keith Miller
no flags
Radar WebKit Bug Importer
Comment 1 2020-04-09 16:11:31 PDT
Keith Miller
Comment 2 2020-04-09 16:23:28 PDT
Hmm, interestingly, it looks like it only fails on WK1...
Keith Miller
Comment 3 2020-04-09 17:31:47 PDT
Keith Miller
Comment 4 2020-04-09 17:34:23 PDT
Alexey Proskuryakov
Comment 5 2020-04-09 17:59:07 PDT
Comment on attachment 396030 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=396030&action=review > LayoutTests/ChangeLog:8 > + Convert these tests from verifying the (now removed) X-WebKit-CSP Were all of these tests failing, or only one? The others would be pretty bad tests if they continued to pass after support for the header field was removed.
Keith Miller
Comment 6 2020-04-09 20:58:56 PDT
(In reply to Alexey Proskuryakov from comment #5) > Comment on attachment 396030 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=396030&action=review > > > LayoutTests/ChangeLog:8 > > + Convert these tests from verifying the (now removed) X-WebKit-CSP > > Were all of these tests failing, or only one? The others would be pretty bad > tests if they continued to pass after support for the header field was > removed. I changed their behavior to match the new X-WebKit-CSP behavior but I think the changed tests are not really meaningful. 1) because there's other tests that we don't respect the old headers 2) there's no other equivalent tests that the modern headers.
Aakash Jain
Comment 7 2020-04-10 07:42:56 PDT
We should land the fix soon. It's slowing down mac-wk1 ews queue.
Daniel Bates
Comment 8 2020-04-10 09:44:37 PDT
Comment on attachment 396030 [details] Patch Looks much better.
EWS
Comment 9 2020-04-10 10:06:58 PDT
Committed r259880: <https://trac.webkit.org/changeset/259880> All reviewed patches have been landed. Closing bug and clearing flags on attachment 396030 [details].
Note You need to log in before you can comment on or make changes to this bug.