RESOLVED FIXED 25749
Add a test for non-same origin appcache manifest URL
https://bugs.webkit.org/show_bug.cgi?id=25749
Summary Add a test for non-same origin appcache manifest URL
Alexey Proskuryakov
Reported 2009-05-13 07:52:19 PDT
If manifest URL has a different origin than a document, it must be ignored, see HTML5 paragraph 6.9.6 The application cache selection algorithm.
Attachments
proposed patch (3.26 KB, patch)
2009-05-13 07:55 PDT, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2009-05-13 07:55:03 PDT
Created attachment 30276 [details] proposed patch Note that Firefox 3.1b3 fails this test - it creates an appcache, and even associates window.applicationCache with it, but then raises a security exception when trying to access the object.
Darin Adler
Comment 2 2009-05-13 08:53:54 PDT
Comment on attachment 30276 [details] proposed patch > +<p>Test that a different URL manifest is completely ignored.</p> You probably want the word "origin" here instead of URL. r=me
Alexey Proskuryakov
Comment 3 2009-05-13 09:08:42 PDT
Committed revision 43631.
Note You need to log in before you can comment on or make changes to this bug.