Changeset 106853 in webkit


Ignore:
Timestamp:
Feb 6, 2012 2:32:52 PM (12 years ago)
Author:
abarth@webkit.org
Message:

http/tests/security/mixedContent/insecure-plugin-in-iframe.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=77901

Reviewed by Eric Seidel.

This test fails occationally because of the order of the frame load
callbacks. Now that we log mixed content errors to the console, we
don't need to dump the frame load callbacks in this test.

  • http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
  • http/tests/security/mixedContent/insecure-plugin-in-iframe.html:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r106852 r106853  
     12012-02-06  Adam Barth  <abarth@webkit.org>
     2
     3        http/tests/security/mixedContent/insecure-plugin-in-iframe.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=77901
     5
     6        Reviewed by Eric Seidel.
     7
     8        This test fails occationally because of the order of the frame load
     9        callbacks.  Now that we log mixed content errors to the console, we
     10        don't need to dump the frame load callbacks in this test.
     11
     12        * http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
     13        * http/tests/security/mixedContent/insecure-plugin-in-iframe.html:
     14
    1152012-02-06  Cris Neckar  <cdn@chromium.org>
    216
  • trunk/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt

    r104810 r106853  
    1 frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
    2 main frame - didFinishDocumentLoadForFrame
    3 frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame
    4 frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame
    5 frame "<!--framePath //<!--frame0-->-->" - didHandleOnloadEventsForFrame
    6 main frame - didHandleOnloadEventsForFrame
    71CONSOLE MESSAGE: The page at https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-plugin.html ran insecure content from http://127.0.0.1:8000/security/mixedContent/resources/dummy.swf.
    82
    9 didRunInsecureContent
    10 frame "<!--framePath //<!--frame0-->-->" - didFinishLoadForFrame
    11 main frame - didFinishLoadForFrame
    123This test loads a secure iframe that loads an insecure plugin. We should get a mixed content callback because the insecure plug-in can script the secure origin.
    134
  • trunk/LayoutTests/http/tests/security/mixedContent/insecure-plugin-in-iframe.html

    r49700 r106853  
    22<body>
    33<script>
    4 if (window.layoutTestController) {
     4if (window.layoutTestController)
    55    layoutTestController.dumpAsText();
    6     layoutTestController.dumpFrameLoadCallbacks();
    7 }
    86</script>
    97<p>This test loads a secure iframe that loads an insecure plugin.  We should
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r106849 r106853  
    773773BUGCR31342 WIN RELEASE : security/block-test-no-port.html = PASS TEXT
    774774
    775 BUGCR26042 : http/tests/security/mixedContent/insecure-plugin-in-iframe.html = PASS TEXT
    776775BUGWK65567 DEBUG : http/tests/security/mixedContent/insecure-script-in-iframe.html = PASS TEXT
    777776BUGCR20345 : http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.