Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
http
/
wpt
/
resource-timing
/
rt-nextHopProtocol.js
blob: ec3977683641a42eea1b38f74676dee7f2e4d3f4 [
file
] [
edit
]
promise_test
(
function
(
t
)
{
return
loadResources
(
1
).
then
(
function
([
entry
])
{
assert_equals
(
entry
.
nextHopProtocol
,
"http/1.1"
);
});
},
"nextHopProtocol is expected to be 'http1/1'"
,
{
timeout
:
3000
});