Update web-platform-tests to revision 1a7f5f868420607ef13a00c6ec14fd9e0310e7c0

This commit is contained in:
WPT Sync Bot 2020-02-27 08:20:16 +00:00
parent 412eccddcc
commit 8fcaceef00
87 changed files with 2034 additions and 172 deletions

View file

@ -47,7 +47,8 @@ promise_test(async t => {
// We do not provide NFC mock here to simulate that there has no available
// implementation for NFC Mojo interface.
promise_test(async t => {
nfc_test(async (t, mockNFC) => {
mockNFC.simulateClosedPipe();
if (window.testRunner) {
window.testRunner.setPermission('nfc', 'granted',
location.origin, location.origin);