mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
auto merge of #3608 : glennw/servo/user-agent-navigator, r=Ms2ger
This also makes command line options available as a global. If we're happy with that change I will go through the rest of the code and update it to avoid passing and cloning the Opts structure.
This commit is contained in:
commit
81620d6bce
6 changed files with 38 additions and 12 deletions
|
@ -8802,9 +8802,6 @@
|
|||
[Navigator interface: attribute appVersion]
|
||||
expected: FAIL
|
||||
|
||||
[Navigator interface: attribute userAgent]
|
||||
expected: FAIL
|
||||
|
||||
[Navigator interface: attribute language]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8850,9 +8847,6 @@
|
|||
[Navigator interface: window.navigator must inherit property "appVersion" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[Navigator interface: window.navigator must inherit property "userAgent" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[Navigator interface: window.navigator must inherit property "language" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9405,9 +9399,6 @@
|
|||
[WorkerNavigator interface: attribute appVersion]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: attribute userAgent]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: attribute language]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue