Sign in
webkit
/
WebKit
/
87082c751936009cbc5628fdc0a9f6ad6c07a7eb
/
.
/
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
});