Bug 1637373 [wpt PR 23541] - Update wpt metadata, a=testonly

wpt-pr: 23541
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2020-05-13 16:11:07 +00:00
Родитель c7135407cc
Коммит 6db2f7bc3b
4 изменённых файлов: 57 добавлений и 3 удалений

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

@ -816,6 +816,17 @@
[Parsing: <file://xn--/p> against <about:blank>]
expected: FAIL
[Parsing: <file://a%C2%ADb/p> against <about:blank>]
[Parsing: <file:///y:> against <about:blank>]
expected:
if os == "win": FAIL
[Parsing: <file:///Y:> against <about:blank>]
expected:
if os == "win": FAIL
[Parsing: <\\\\\\.\\Y:> against <about:blank>]
expected: FAIL
[Parsing: <\\\\\\.\\y:> against <about:blank>]
expected: FAIL

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

@ -859,5 +859,16 @@
expected: FAIL
[Parsing: <file://a%C2%ADb/p> against <about:blank>]
expected:
if os == "win": FAIL
[Parsing: <file:///Y:> against <about:blank>]
expected:
if os == "win": FAIL
[Parsing: <\\\\\\.\\Y:> against <about:blank>]
expected: FAIL
[Parsing: <\\\\\\.\\y:> against <about:blank>]
expected: FAIL

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

@ -1,7 +1,7 @@
[failure.html]
expected:
if fission and (os == "linux") and not debug: ["OK", "CRASH"]
if fission and (os == "win"): ["CRASH", "OK", "ERROR"]
if fission and (os == "linux") and not debug: [OK, CRASH]
if fission and (os == "win"): [CRASH, OK, ERROR]
[URL's href: file://example:1/ should throw]
expected: FAIL
@ -569,3 +569,27 @@
expected:
if (os == "linux") and fission: FAIL
[sendBeacon(): \\\\\\.\\Y: should throw]
expected: FAIL
[sendBeacon(): \\\\\\.\\y: should throw]
expected: FAIL
[window.open(): \\\\\\.\\y: should throw]
expected: FAIL
[window.open(): \\\\\\.\\Y: should throw]
expected: FAIL
[Location's href: \\\\\\.\\Y: should throw]
expected: FAIL
[Location's href: \\\\\\.\\y: should throw]
expected: FAIL
[XHR: \\\\\\.\\y: should throw]
expected: FAIL
[XHR: \\\\\\.\\Y: should throw]
expected: FAIL

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

@ -411,3 +411,11 @@
[Parsing: <file://a%C2%ADb/p> against <about:blank>]
expected: FAIL
[Parsing: <file:///y:> against <about:blank>]
expected:
if os == "win": FAIL
[Parsing: <file:///Y:> against <about:blank>]
expected:
if os == "win": FAIL