Bug 1425330 - Part 1 - set up talos configurations for tart and ts_paint with XUL flexbox emulation;r=rwood

MozReview-Commit-ID: 7hl8cafIaSz

--HG--
extra : rebase_source : 653f5c7fb0022e64384983d33d7ab0a809a1396c
This commit is contained in:
Brian Grinstead 2018-01-30 15:17:47 -08:00
parent eda0730782
commit 9d3fb06b54
2 changed files with 13 additions and 0 deletions

View File

@ -22,6 +22,9 @@
"talos_options": ["--disable-stylo"],
"tests": ["dromaeo_css", "kraken"]
},
"flex-e10s": {
"tests": ["tart_flex", "ts_paint_flex"]
},
"other-e10s": {
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_many_windows", "sessionrestore_no_auto_restore", "tabpaint", "cpstartup"]
},

View File

@ -161,6 +161,11 @@ class ts_paint_heavy(ts_paint):
profile = 'simple'
@register_test()
class ts_paint_flex(ts_paint):
preferences = {'layout.css.emulate-moz-box-with-flex': True}
@register_test()
class sessionrestore(TsBase):
"""
@ -398,6 +403,11 @@ class tart(PageloaderTest):
unit = 'ms'
@register_test()
class tart_flex(tart):
preferences = {'layout.css.emulate-moz-box-with-flex': True}
@register_test()
class cart(PageloaderTest):
"""