Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
LayoutTests
/
http
/
wpt
/
resource-timing
/
rt-nextHopProtocol.js
blob: ec3977683641a42eea1b38f74676dee7f2e4d3f4 [
file
] [
log
] [
blame
]
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
});