mirror of
https://github.com/servo/servo.git
synced 2025-09-13 08:28:19 +01:00
Return with NotFoundError when the requested deviceName/deviceNamePrefix is longer than 29 bytes.
This commit is contained in:
parent
98f2233f2d
commit
baa024e362
5 changed files with 3 additions and 20 deletions
|
@ -1,4 +0,0 @@
|
|||
[max-length-for-name-in-adv-name.html]
|
||||
type: testharness
|
||||
[A device name longer than 29 must reject.]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[max-length-for-name-in-adv-namePrefix.html]
|
||||
type: testharness
|
||||
[A device name prefix longer than 29 must reject.]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[unicode-max-length-for-name-in-adv-name.html]
|
||||
type: testharness
|
||||
[Unicode string with utf8 representation between (29, 248\] bytes in 'name' must throw NotFoundError.]
|
||||
expected: FAIL
|
|
@ -1,4 +0,0 @@
|
|||
[unicode-max-length-for-name-in-adv-namePrefix.html]
|
||||
type: testharness
|
||||
[Unicode string with utf8 representation between (29, 248\] bytes in 'namePrefix' must throw NotFoundError.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue