mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
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:
parent
eda0730782
commit
9d3fb06b54
@ -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"]
|
||||
},
|
||||
|
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user