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:
Kagami Sascha Rosylight 2022-02-01 00:01:53 +00:00
parent de848312b4
commit f9f25917dd

View File

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