mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1734722 - Part 4: Add domstreams field to fissionregressions.py r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D137501
This commit is contained in:
parent
de848312b4
commit
f9f25917dd
@ -61,6 +61,7 @@ run_infos = {
|
||||
"sessionHistoryInParent": True,
|
||||
"swgl": False,
|
||||
"win10_2004": False,
|
||||
"domstreams": False,
|
||||
},
|
||||
"linux-debug": {
|
||||
"os": "linux",
|
||||
@ -112,6 +113,7 @@ run_infos = {
|
||||
"sessionHistoryInParent": False,
|
||||
"swgl": False,
|
||||
"win10_2004": False,
|
||||
"domstreams": False,
|
||||
},
|
||||
"win-opt": {
|
||||
"os": "win",
|
||||
@ -163,6 +165,7 @@ run_infos = {
|
||||
"sessionHistoryInParent": False,
|
||||
"swgl": False,
|
||||
"win10_2004": False,
|
||||
"domstreams": False,
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user