Changeset 117035 in webkit


Ignore:
Timestamp:
May 15, 2012 12:04:00 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Content Security Policy console error messages should include the violated directive.
https://bugs.webkit.org/show_bug.cgi?id=86323

Patch by Christophe Dumez <Christophe Dumez> on 2012-05-15
Reviewed by Adam Barth.

Update global expectations for 1 Content Security Policy test after r117006.

  • http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r117031 r117035  
     12012-05-15  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        Content Security Policy console error messages should include the violated directive.
     4        https://bugs.webkit.org/show_bug.cgi?id=86323
     5
     6        Reviewed by Adam Barth.
     7
     8        Update global expectations for 1 Content Security Policy test after r117006.
     9
     10        * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
     11
    1122012-05-14  Csaba Osztrogonác  <ossy@webkit.org>
    213
  • trunk/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt

    r104803 r117035  
    1 CONSOLE MESSAGE: Refused to load media from 'http://127.0.0.1:8000/media/video-load-and-stall.cgi?name=../../../media/content/test.mp4&mimeType=video/mp4&stallAt=100000' because of Content-Security-Policy.
     1CONSOLE MESSAGE: Refused to load the media 'http://127.0.0.1:8000/media/video-load-and-stall.cgi?name=../../../media/content/test.mp4&mimeType=video/mp4&stallAt=100000' because it violates the following Content Security Policy directive: "media-src 'none'".
    22
    33END OF TEST
Note: See TracChangeset for help on using the changeset viewer.