Title: [244087] trunk/LayoutTests
Revision
244087
Author
drou...@apple.com
Date
2019-04-09 11:45:33 -0700 (Tue, 09 Apr 2019)

Log 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.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (244086 => 244087)


--- trunk/LayoutTests/ChangeLog	2019-04-09 18:19:59 UTC (rev 244086)
+++ trunk/LayoutTests/ChangeLog	2019-04-09 18:45:33 UTC (rev 244087)
@@ -1,3 +1,11 @@
+2019-04-09  Devin Rousso  <drou...@apple.com>
+
+        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.
+
 2019-04-09  John Wilander  <wilan...@apple.com>
 
         Pick up Ad Click Attribution conversions in NetworkResourceLoader::willSendRedirectedRequest()

Modified: trunk/LayoutTests/http/tests/inspector/network/resource-security-connection.html (244086 => 244087)


--- trunk/LayoutTests/http/tests/inspector/network/resource-security-connection.html	2019-04-09 18:19:59 UTC (rev 244086)
+++ trunk/LayoutTests/http/tests/inspector/network/resource-security-connection.html	2019-04-09 18:45:33 UTC (rev 244087)
@@ -20,7 +20,7 @@
         name: "Resource.Security.Connection.Basic",
         description: "Check if a resource has security connection information.",
         test(resolve, reject) {
-            WI.Resource.awaitEvent(WI.Resource.Event.ResponseReceived)
+            WI.Resource.awaitEvent(WI.Resource.Event.MetricsDidChange)
             .then((event) => {
                 let resource = event.target;
                 InspectorTest.expectThat(resource.loadedSecurely, "Resource should have been loaded securely.");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to