https://github.com/web-platform-tests/wpt
Raw File
Tip revision: cb2d83fe04bcd56a6449ad7c6dc172b876f78e68 authored by Joshua Bell on 05 April 2018, 21:55:18 UTC
Cookie Store: Consolidate WPT coverage for special prefixed cookies
Tip revision: cb2d83f
import-insecure-origin-empty-worklet-script.sub.js
// Some tests rely on some unintuitive cleverness due to WPT's test setup:
// 'Upgrade-Insecure-Requests' does not upgrade the port number, so we use URLs
// in the form `http://[host]:[https-port]`. If the upgrade fails, the load will
// fail, as we don't serve HTTP over the secure port.
import 'http://{{host}}:{{ports[https][0]}}/worklets/resources/empty-worklet-script.js';
back to top