Bug 1453235 [wpt PR 10409] - Add backwards compatibility for external_host and host_ip, a=testonly

Automatic update from web-platform-testsAdd backwards compatibility for external_host and host_ip (#10409)

--

wpt-commits: e0d1004a4ac00f92209215722dca513ab5ed010c
wpt-pr: 10409
This commit is contained in:
Geoffrey Sneddon 2018-04-25 18:56:08 +00:00 коммит произвёл moz-wptsync-bot
Родитель c0ebb983c3
Коммит 4deb695530
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -14,6 +14,8 @@ from .utils import get_port
_renamed_props = {
"host": "browser_host",
"bind_hostname": "bind_address",
"external_host": "server_host",
"host_ip": "server_host",
}