Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 26ff9e8

Browse files
jgrahammoz-wptsync-bot
authored andcommitted
Correct spelling of fission, a=testonly
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1586225 gecko-commit: 3cb6ff0bdc9d33ff1ba8c9606d69f3f6a104b163 gecko-integration-branch: mozilla-inbound gecko-reviewers: testonly
1 parent 4b9b918 commit 26ff9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wptrunner/wptrunner/browsers/firefox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def run_info_browser_version(binary):
198198

199199

200200
def update_properties():
201-
return (["os", "debug", "webrender", "fisson", "e10s", "sw-e10s", "processor"],
201+
return (["os", "debug", "webrender", "fission", "e10s", "sw-e10s", "processor"],
202202
{"os": ["version"], "processor": ["bits"]})
203203

204204

0 commit comments

Comments
 (0)