Update web-platform-tests to revision fa41b43ac93bc2fdc2427a4378dc3754d483cdda

This commit is contained in:
WPT Sync Bot 2019-12-10 08:24:07 +00:00
parent 03a47c803c
commit 20d165ac2c
474 changed files with 6971 additions and 1378 deletions

View file

@ -13,7 +13,6 @@
test(() => {
const message = new NDEFMessage(null);
assert_equals(message.url.length, 0, 'empty url');
assert_equals(message.records.length, 0, 'empty records');
}, 'NDEFMessage constructor with null init dict');