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:
bors-servo 2014-10-13 15:21:44 -06:00
commit 81620d6bce
6 changed files with 38 additions and 12 deletions

View file

@ -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