Skip to content

Commit bc8ec77

Browse files
author
Thiago Perrotta
committed
bidi: remove tlsEnd from network.FetchTimingInfo
tlsEnd never made it to the spec: https://w3c.github.io/webdriver-bidi/#type-network-FetchTimingInfo c.f. w3c/webdriver-bidi#204: > tlsEnd: float this should be the same as connectEnd As it is a redundant param anyway, remove it from WPT.
1 parent 13ba7ce commit bc8ec77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webdriver/tests/bidi/network/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def assert_timing_info(timing_info):
4545
"connectStart": any_int,
4646
"connectEnd": any_int,
4747
"tlsStart": any_int,
48-
"tlsEnd": any_int,
4948
"requestStart": any_int,
5049
"responseStart": any_int,
5150
"responseEnd": any_int,

0 commit comments

Comments
 (0)