Skip to content

Commit 426f71b

Browse files
Thiago Perrottamoz-wptsync-bot
Thiago Perrotta
authored andcommittedJun 13, 2023
Bug 1835046 [wpt PR 40223] - bidi: remove tlsEnd from network.FetchTimingInfo, 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
1 parent e204341 commit 426f71b

File tree

1 file changed

+0
-1
lines changed
  • testing/web-platform/tests/webdriver/tests/bidi/network

1 file changed

+0
-1
lines changed
 

‎testing/web-platform/tests/webdriver/tests/bidi/network/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def assert_timing_info(timing_info):
4646
"connectStart": any_int,
4747
"connectEnd": any_int,
4848
"tlsStart": any_int,
49-
"tlsEnd": any_int,
5049
"requestStart": any_int,
5150
"responseStart": any_int,
5251
"responseEnd": any_int,

0 commit comments

Comments
 (0)
Please sign in to comment.