Update web-platform-tests to revision f0cb9071aea5ce5b641fcba5f362a0796bdc70bc

This commit is contained in:
WPT Sync Bot 2019-11-23 08:37:37 +00:00
parent 0d549e8146
commit 7289e837fd
558 changed files with 8627 additions and 6619 deletions

View file

@ -17,7 +17,7 @@ nfc_test(async (t, mockNFC) => {
assert_true(event instanceof NDEFReadingEvent);
controller.abort();
});
reader.scan({ signal: controller.signal });
await reader.scan({ signal: controller.signal });
const iframe = document.createElement('iframe');
iframe.src = 'resources/support-iframe.html';
@ -40,4 +40,4 @@ nfc_test(async (t, mockNFC) => {
}, 'Test that NDEFWriter.scan is not suspended if iframe gains focus.');
</script>
</body>
</body>