Skip to content

Commit

Permalink
Bug 1835046 [wpt PR 40223] - bidi: remove tlsEnd from network.FetchTi…
Browse files Browse the repository at this point in the history
…mingInfo, a=testonly

Automatic update from web-platform-tests
bidi: remove tlsEnd from network.FetchTimingInfo (#40223)

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

wpt-commits: 1d684466a3f028910b5b479c41093310622a9b66
wpt-pr: 40223
  • Loading branch information
Thiago Perrotta authored and moz-wptsync-bot committed Jun 13, 2023
1 parent e204341 commit 426f71b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def assert_timing_info(timing_info):
"connectStart": any_int,
"connectEnd": any_int,
"tlsStart": any_int,
"tlsEnd": any_int,
"requestStart": any_int,
"responseStart": any_int,
"responseEnd": any_int,
Expand Down

0 comments on commit 426f71b

Please sign in to comment.