mirror of
https://github.com/servo/servo.git
synced 2025-08-24 22:58:21 +01:00
Preserve UserAgent header on redirect.
This commit is contained in:
parent
c8c7bd900d
commit
9a87f830fc
4 changed files with 44 additions and 3 deletions
|
@ -62,7 +62,9 @@ class ServoTestharnessExecutor(ProcessTestExecutor):
|
|||
self.result_data = None
|
||||
self.result_flag = threading.Event()
|
||||
|
||||
debug_args, command = browser_command(self.binary, ["--cpu", "--hard-fail", "-z", self.test_url(test)],
|
||||
debug_args, command = browser_command(self.binary, ["--cpu", "--hard-fail", "-z",
|
||||
"-u", "Servo/wptrunner",
|
||||
self.test_url(test)],
|
||||
self.debug_info)
|
||||
|
||||
self.command = command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue