mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Update web-platform-tests to revision 1268bd5901289acc95b1a576f108bdf382d82e44
This commit is contained in:
parent
f183d66217
commit
292a12e545
261 changed files with 5513 additions and 966 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue