Update web-platform-tests to revision 1268bd5901289acc95b1a576f108bdf382d82e44

This commit is contained in:
WPT Sync Bot 2019-12-19 08:23:25 +00:00
parent f183d66217
commit 292a12e545
261 changed files with 5513 additions and 966 deletions

View file

@ -351,6 +351,9 @@ var WebNFCTest = (() => {
setIsNDEFTech(isNdef) {
this.is_ndef_tech_ = isNdef;
if (!isNdef && this.watchers_.length != 0) {
this.client_.onError(device.mojom.NDEFErrorType.NOT_SUPPORTED);
}
}
setIsFormattedTag(isFormatted) {