Changeset 244087 in webkit
- Timestamp:
- Apr 9, 2019, 11:45:33 AM (7 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
http/tests/inspector/network/resource-security-connection.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r244086 r244087 1 2019-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 1 9 2019-04-09 John Wilander <wilander@apple.com> 2 10 -
trunk/LayoutTests/http/tests/inspector/network/resource-security-connection.html
r239698 r244087 21 21 description: "Check if a resource has security connection information.", 22 22 test(resolve, reject) { 23 WI.Resource.awaitEvent(WI.Resource.Event. ResponseReceived)23 WI.Resource.awaitEvent(WI.Resource.Event.MetricsDidChange) 24 24 .then((event) => { 25 25 let resource = event.target;
Note:
See TracChangeset
for help on using the changeset viewer.