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});