Changeset 24761 in webkit


Ignore:
Timestamp:
Jul 28, 2007 7:34:12 PM (17 years ago)
Author:
weinig
Message:

Reviewed by Mark Rowe.

  • Rename test for clarity and consistency.
  • Move resource from ssl/resources to security/resources as it is only being used by the security tests.
  • http/tests/security/cross-frame-access-port-domain-expected.txt: Removed.
  • http/tests/security/cross-frame-access-port-domain.html: Removed.
  • http/tests/security/cross-frame-access-port-explicit-domain-expected.txt: Copied from http/tests/security/cross-frame-access-port-domain-expected.txt.
  • http/tests/security/cross-frame-access-port-explicit-domain.html: Copied from http/tests/security/cross-frame-access-port-domain.html.
  • http/tests/security/cross-frame-access-protocol-expected.txt:
  • http/tests/security/cross-frame-access-protocol.html:
  • http/tests/security/resources/cross-frame-iframe-for-port-domain-test.html: Removed.
  • http/tests/security/resources/cross-frame-iframe-for-port-explicit-domain-test.html: Copied from http/tests/security/resources/cross-frame-iframe-for-port-domain-test.html.
  • http/tests/security/resources/cross-frame-iframe-for-protocol-test.html: Copied from http/tests/ssl/resources/cross-frame-access-protocol-iframe.html.
  • http/tests/ssl/resources: Removed.
  • http/tests/ssl/resources/cross-frame-access-protocol-iframe.html: Removed.
Location:
trunk/LayoutTests
Files:
1 deleted
3 edited
1 copied
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r24760 r24761  
     12007-07-28  Sam Weinig  <sam@webkit.org>
     2
     3        Reviewed by Mark Rowe.
     4
     5        - Rename test for clarity and consistency.
     6        - Move resource from ssl/resources to security/resources as it is
     7          only being used by the security tests.
     8
     9        * http/tests/security/cross-frame-access-port-domain-expected.txt: Removed.
     10        * http/tests/security/cross-frame-access-port-domain.html: Removed.
     11        * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt: Copied from http/tests/security/cross-frame-access-port-domain-expected.txt.
     12        * http/tests/security/cross-frame-access-port-explicit-domain.html: Copied from http/tests/security/cross-frame-access-port-domain.html.
     13        * http/tests/security/cross-frame-access-protocol-expected.txt:
     14        * http/tests/security/cross-frame-access-protocol.html:
     15        * http/tests/security/resources/cross-frame-iframe-for-port-domain-test.html: Removed.
     16        * http/tests/security/resources/cross-frame-iframe-for-port-explicit-domain-test.html: Copied from http/tests/security/resources/cross-frame-iframe-for-port-domain-test.html.
     17        * http/tests/security/resources/cross-frame-iframe-for-protocol-test.html: Copied from http/tests/ssl/resources/cross-frame-access-protocol-iframe.html.
     18        * http/tests/ssl/resources: Removed.
     19        * http/tests/ssl/resources/cross-frame-access-protocol-iframe.html: Removed.
     20
    1212007-07-28  Sam Weinig  <sam@webkit.org>
    222
  • trunk/LayoutTests/http/tests/security/cross-frame-access-port-explicit-domain-expected.txt

    r24760 r24761  
    1 CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://127.0.0.1:8080/security/resources/cross-frame-iframe-for-port-domain-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-port-domain.html. Domains, protocols and ports must match.
     1CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://127.0.0.1:8080/security/resources/cross-frame-iframe-for-port-explicit-domain-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-port-explicit-domain.html. Domains, protocols and ports must match.
    22
    33This test currently fails because we check the port and protocol even if document.domain is explicitly set (rdar://problem/5366437).
  • trunk/LayoutTests/http/tests/security/cross-frame-access-port-explicit-domain.html

    r24760 r24761  
    1111    document.domain = "127.0.0.1";
    1212
    13     var url = "http://127.0.0.1:8080/security/resources/cross-frame-iframe-for-port-domain-test.html";
     13    var url = "http://127.0.0.1:8080/security/resources/cross-frame-iframe-for-port-explicit-domain-test.html";
    1414    var iframeId ="aFrame";
    1515    var passMessage = "PASS: Cross frame access to a different port, after explicitly setting document.domain, was allowed!";
  • trunk/LayoutTests/http/tests/security/cross-frame-access-protocol-expected.txt

    r24277 r24761  
    1 CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL https://127.0.0.1:8443/ssl/resources/cross-frame-access-protocol-iframe.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-protocol.html. Domains, protocols and ports must match.
     1CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL https://127.0.0.1:8443/security/resources/cross-frame-iframe-for-protocol-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-protocol.html. Domains, protocols and ports must match.
    22
    33
  • trunk/LayoutTests/http/tests/security/cross-frame-access-protocol.html

    r24760 r24761  
    77<pre id="console"></pre>
    88<script>
    9     var url = "https://127.0.0.1:8443/ssl/resources/cross-frame-access-protocol-iframe.html";
     9    var url = "https://127.0.0.1:8443/security/resources/cross-frame-iframe-for-protocol-test.html";
    1010    var iframeId ="aFrame";
    1111    var passMessage = "PASS: Cross frame access to https from http was denied!";
Note: See TracChangeset for help on using the changeset viewer.