Changeset 147427 in webkit


Ignore:
Timestamp:
Apr 2, 2013 7:28:23 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: Update test expectation for console-cross-origin-iframe-logging.html
https://bugs.webkit.org/show_bug.cgi?id=113756

Patch by Seokju Kwon <Seokju Kwon> on 2013-04-02
Reviewed by Pavel Feldman.

Simplified errors by not including the whole URL after r145692.

  • http/tests/inspector/console-cross-origin-iframe-logging-expected.txt:
  • platform/efl/TestExpectations:
  • platform/qt/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r147426 r147427  
     12013-04-02  Seokju Kwon  <seokju.kwon@gmail.com>
     2
     3        Web Inspector: Update test expectation for console-cross-origin-iframe-logging.html
     4        https://bugs.webkit.org/show_bug.cgi?id=113756
     5
     6        Reviewed by Pavel Feldman.
     7
     8        Simplified errors by not including the whole URL after r145692.
     9
     10        * http/tests/inspector/console-cross-origin-iframe-logging-expected.txt:
     11        * platform/efl/TestExpectations:
     12        * platform/qt/TestExpectations:
     13
    1142013-04-02  Andrei Bucur  <abucur@adobe.com>
    215
  • trunk/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt

    r129744 r147427  
    1 CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
    2 
    3 CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
    4 
     1CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
     2CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
    53CONSOLE MESSAGE: Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000.
    64
     
    86
    97
    10 Unsafe JavaScript attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
    11  console-cross-origin-iframe-logging.html:9
    12 Unsafe JavaScript attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
    13  [native code]:1
     8Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match. console-cross-origin-iframe-logging.html:9
     9Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match. [native code]:1
    1410Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000.
    1511 [native code]:1
  • trunk/LayoutTests/platform/efl/TestExpectations

    r147374 r147427  
    309309
    310310# following tests started failing on EFL afrer r122952.
    311 http/tests/inspector/console-cross-origin-iframe-logging.html
    312311http/tests/inspector/resource-parameters.html
    313312http/tests/inspector/compiler-source-mapping-debug.html
  • trunk/LayoutTests/platform/qt/TestExpectations

    r147417 r147427  
    13511351ietestcenter/css3/valuesandunits/units-010.htm
    13521352inspector/audits/audits-panel-functional.html
    1353 http/tests/inspector/console-cross-origin-iframe-logging.html
    13541353http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html
    13551354http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html
Note: See TracChangeset for help on using the changeset viewer.