Changeset 180202 in webkit


Ignore:
Timestamp:
Feb 16, 2015 6:21:09 PM (9 years ago)
Author:
mmaxfield@apple.com
Message:

Update cross-frame http tests after r177774
https://bugs.webkit.org/show_bug.cgi?id=141679

Reviewed by Alexey Proskuryakov.

Simply a spacing change

  • http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
  • http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW-expected.txt:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r180201 r180202  
     12015-02-16  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Update cross-frame http tests after r177774
     4        https://bugs.webkit.org/show_bug.cgi?id=141679
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        Simply a spacing change
     9
     10        * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
     11        * http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW-expected.txt:
     12        * platform/mac/TestExpectations:
     13
    1142015-02-16  Myles C. Maxfield  <mmaxfield@apple.com>
    215
  • trunk/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt

    r147164 r180202  
    11CONSOLE MESSAGE: Refused to display 'http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny.cgi' in a frame because it set 'X-Frame-Options' to 'deny'.
    22ALERT: PASS: onload fired.
    3 Test that two main resources pointing to the same url that are canceled within didReceiveResponse() don't cause us to crash. 
     3Test that two main resources pointing to the same url that are canceled within didReceiveResponse() don't cause us to crash.   
  • trunk/LayoutTests/http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW-expected.txt

    r30009 r180202  
    1 The child frame will get a function from the parent frame, set the document.domain property and then try to use the function. The function should still be able to access parent frame properties.  
     1The child frame will get a function from the parent frame, set the document.domain property and then try to use the function. The function should still be able to access parent frame properties.
    22
    33PASS: canGet('window.location.href') should be 'true' and is.
  • trunk/LayoutTests/platform/mac/TestExpectations

    r180201 r180202  
    12671267# The following tests' expected results don't look like render tree dumps
    12681268webkit.org/b/139968 editing/selection/fake-drag.html [ Failure ]
    1269 webkit.org/b/139968 http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure ]
    1270 webkit.org/b/139968 http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html [ Failure ]
    12711269webkit.org/b/139968 fast/forms/cursor-at-editable-content-boundary.html [ Failure ]
    12721270webkit.org/b/139968 fast/forms/text-control-intrinsic-widths.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.