⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181441 in webkit


Ignore:
Timestamp:
Mar 12, 2015, 10:02:47 AM (11 years ago)
Author:
Simon Fraser
Message:

Clean up after JoePeck.

  • http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt:
  • http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r181438 r181441  
     12015-03-12  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Clean up after JoePeck.
     4
     5        * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt:
     6        * http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt:
     7
    182015-03-12  Hunseop Jeong  <hs85.jeong@samsung.com>
    29
  • trunk/LayoutTests/http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt

    r118585 r181441  
    1 CONSOLE MESSAGE: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'none'".
     1CONSOLE MESSAGE: line 1: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'none'".
    22
    3 CONSOLE MESSAGE: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'none'".
     3CONSOLE MESSAGE: line 1: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'none'".
    44
    55PASS 1/2
  • trunk/LayoutTests/http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt

    r147558 r181441  
    1 CONSOLE MESSAGE: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'".
     1CONSOLE MESSAGE: line 1: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'".
    22
    33CONSOLE MESSAGE: line 79: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'".
Note: See TracChangeset for help on using the changeset viewer.