Changeset 223750 in webkit


Ignore:
Timestamp:
Oct 20, 2017 1:59:30 AM (7 years ago)
Author:
Yusuke Suzuki
Message:

Unreviewed, fix changed line number in test expect files
https://bugs.webkit.org/show_bug.cgi?id=178340

  • http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-redirect-expected.txt:
  • http/tests/security/module-no-mime-type-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r223748 r223750  
     12017-10-20  Yusuke Suzuki  <utatane.tea@gmail.com>
     2
     3        Unreviewed, fix changed line number in test expect files
     4        https://bugs.webkit.org/show_bug.cgi?id=178340
     5
     6        * http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-redirect-expected.txt:
     7        * http/tests/security/module-no-mime-type-expected.txt:
     8
    192017-10-19  Antti Koivisto  <antti@apple.com>
    210
  • trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/module-scriptnonce-redirect-expected.txt

    r223744 r223750  
    11CONSOLE MESSAGE: Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
    2 CONSOLE MESSAGE: line 11: TypeError: Cross-origin script load denied by Cross-Origin Resource Sharing policy.
     2CONSOLE MESSAGE: line 16: TypeError: Cross-origin script load denied by Cross-Origin Resource Sharing policy.
    33This tests whether a deferred script load caused by a redirect is properly allowed by a nonce.
  • trunk/LayoutTests/http/tests/security/module-no-mime-type-expected.txt

    r223744 r223750  
    1 CONSOLE MESSAGE: line 11: TypeError: 'application/octet-stream' is not a valid JavaScript MIME type.
     1CONSOLE MESSAGE: line 16: TypeError: 'application/octet-stream' is not a valid JavaScript MIME type.
    22Test module rejects scripts with no mime type.
    33
Note: See TracChangeset for help on using the changeset viewer.