Bug 1466039 [wpt PR 11288] - URL: correct instructions for testing URL's base argument, a=testonly

Automatic update from web-platform-testsURL: correct instructions for testing URL's base argument

Fixes #11287.

--

wpt-commits: bcee33ab33907cc2f21d78562603ecccde9814f9
wpt-pr: 11288
This commit is contained in:
Anne van Kesteren 2018-06-06 17:45:26 +00:00 коммит произвёл James Graham
Родитель 064e37cd9d
Коммит 7354db48e3
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -615453,7 +615453,7 @@
"support"
],
"url/README.md": [
"17ffb158bda35ef8b55f8f7f5f084df2e0651bfc",
"37bbc0fb70e865c45ff369a434de1a4a0a2bbc3e",
"support"
],
"url/a-element-origin-xhtml.xhtml": [

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

@ -23,7 +23,7 @@ The keys for each test case are:
In addition to testing that parsing `input` against `base` gives the result, a test harness for the
`URL` constructor (or similar APIs) should additionally test the following pattern: if `failure` is
true, parsing `about:blank` against `base` must give failure. This tests that the logic for
true, parsing `about:blank` against `input` must give failure. This tests that the logic for
converting base URLs into strings properly fails the whole parsing algorithm if the base URL cannot
be parsed.