Automatic update from web-platform-testsParameterize domain references
The web-platform-tests server may be configured to run from any host
name. It offers a text substitution feature so that tests can be written
to account for this variability.
Update tests which previously referenced the default host name
(`web-platform.test`) to instead reference a parameterized value.
--
[csp] Parameterize port references
The web-platform-tests server may be configured to run from any TCP/IP
port. It offers a text substitution feature so that tests can be written
to account for this variability.
Update tests which previously referenced a static port number to instead
reference a parameterized value.
--
wpt-commits: ad2e6b7a5a3049bfcdfdd186fb5bf922c3506bf9, ca8f405403de184b168b6bbdbba1d24504f4afd9
wpt-pr: 11011