Changeset 209993 in webkit


Ignore:
Timestamp:
Dec 19, 2016 12:28:47 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Add a few Worker loading tests that don't seem to be explicitly handled
https://bugs.webkit.org/show_bug.cgi?id=165870

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2016-12-19
Reviewed by Daniel Bates.

The tests already pass as expected, but adding specific tests
for specific expected behavior with Worker script loads.

  • http/tests/security/contentSecurityPolicy/worker-redirect-allowed-expected.txt: Added.
  • http/tests/security/contentSecurityPolicy/worker-redirect-allowed.html: Added.
  • http/tests/security/resources/worker-message-pass.js: Added.
  • http/tests/security/worker-cross-origin-expected.txt: Added.
  • http/tests/security/worker-cross-origin.html: Added.
  • http/tests/security/worker-same-origin-expected.txt: Added.
  • http/tests/security/worker-same-origin.html: Added.
Location:
trunk/LayoutTests
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r209990 r209993  
     12016-12-19  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Add a few Worker loading tests that don't seem to be explicitly handled
     4        https://bugs.webkit.org/show_bug.cgi?id=165870
     5
     6        Reviewed by Daniel Bates.
     7
     8        The tests already pass as expected, but adding specific tests
     9        for specific expected behavior with Worker script loads.
     10
     11        * http/tests/security/contentSecurityPolicy/worker-redirect-allowed-expected.txt: Added.
     12        * http/tests/security/contentSecurityPolicy/worker-redirect-allowed.html: Added.
     13        * http/tests/security/resources/worker-message-pass.js: Added.
     14        * http/tests/security/worker-cross-origin-expected.txt: Added.
     15        * http/tests/security/worker-cross-origin.html: Added.
     16        * http/tests/security/worker-same-origin-expected.txt: Added.
     17        * http/tests/security/worker-same-origin.html: Added.
     18
    1192016-12-18  Brent Fulgham  <bfulgham@apple.com>
    220
Note: See TracChangeset for help on using the changeset viewer.