Skip to content

Commit 76fa5d3

Browse files
committed
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 UltraBlame original commit: c8e9e4cd8d2ee59811381fa6df6a45750e2cbb1e
1 parent bc05d46 commit 76fa5d3

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,6 @@
212212
:
213213
any_int
214214

215-
"
216-
tlsEnd
217-
"
218-
:
219-
any_int
220-
221215
"
222216
requestStart
223217
"

0 commit comments

Comments
 (0)