mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
implement navigator.platform
This commit is contained in:
parent
e68bd8d4ff
commit
132724be2b
3 changed files with 36 additions and 3 deletions
12
tests/wpt/mozilla/meta/mozilla/navigator.html.ini
Normal file
12
tests/wpt/mozilla/meta/mozilla/navigator.html.ini
Normal file
|
@ -0,0 +1,12 @@
|
|||
[navigator.html]
|
||||
type: testharness
|
||||
|
||||
[navigator.platform linux]
|
||||
expected:
|
||||
if os != "linux": FAIL
|
||||
PASS
|
||||
|
||||
[navigator.platform mac]
|
||||
expected:
|
||||
if os != "mac": FAIL
|
||||
PASS
|
Loading…
Add table
Add a link
Reference in a new issue