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

Changeset 244087 in webkit


Ignore:
Timestamp:
Apr 9, 2019, 11:45:33 AM (7 years ago)
Author:
Devin Rousso
Message:

Unreviewed, fix test failures after r239698.
<rdar://problem/47223615>

  • http/tests/inspector/network/resource-security-connection.html:

Security connection information is sent as part of the metrics, not the response.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r244086 r244087  
     12019-04-09  Devin Rousso  <drousso@apple.com>
     2
     3        Unreviewed, fix test failures after r239698.
     4        <rdar://problem/47223615>
     5
     6        * http/tests/inspector/network/resource-security-connection.html:
     7        Security connection information is sent as part of the metrics, not the response.
     8
    192019-04-09  John Wilander  <wilander@apple.com>
    210
  • trunk/LayoutTests/http/tests/inspector/network/resource-security-connection.html

    r239698 r244087  
    2121        description: "Check if a resource has security connection information.",
    2222        test(resolve, reject) {
    23             WI.Resource.awaitEvent(WI.Resource.Event.ResponseReceived)
     23            WI.Resource.awaitEvent(WI.Resource.Event.MetricsDidChange)
    2424            .then((event) => {
    2525                let resource = event.target;
Note: See TracChangeset for help on using the changeset viewer.