55 lines
1,006 B
TOML
55 lines
1,006 B
TOML
[DEFAULT]
|
|
skip-if = ["os == 'android'"]
|
|
support-files = [
|
|
"windowminmaxsize1.xhtml",
|
|
"windowminmaxsize2.xhtml",
|
|
"windowminmaxsize3.xhtml",
|
|
"windowminmaxsize4.xhtml",
|
|
"windowminmaxsize5.xhtml",
|
|
"windowminmaxsize6.xhtml",
|
|
"windowminmaxsize7.xhtml",
|
|
"windowminmaxsize8.xhtml",
|
|
"windowminmaxsize9.xhtml",
|
|
"windowminmaxsize10.xhtml",
|
|
]
|
|
|
|
["test_bug159346.xhtml"]
|
|
|
|
["test_bug381167.xhtml"]
|
|
|
|
["test_bug398982-1.xhtml"]
|
|
|
|
["test_bug398982-2.xhtml"]
|
|
|
|
["test_bug467442.xhtml"]
|
|
|
|
["test_bug477754.xhtml"]
|
|
|
|
["test_bug703150.xhtml"]
|
|
|
|
["test_bug987230.xhtml"]
|
|
skip-if = ["os == 'linux'"] # No native mousedown event on Linux
|
|
|
|
["test_bug1197913.xhtml"]
|
|
|
|
["test_menuitem_ctrl_click.xhtml"]
|
|
|
|
["test_popupReflowPos.xhtml"]
|
|
|
|
["test_popupSizeTo.xhtml"]
|
|
|
|
["test_popupZoom.xhtml"]
|
|
|
|
["test_resizer_ctrl_click.xhtml"]
|
|
|
|
["test_resizer_incontent.xhtml"]
|
|
|
|
["test_splitter.xhtml"]
|
|
|
|
["test_splitter_sibling.xhtml"]
|
|
|
|
["test_submenuClose.xhtml"]
|
|
|
|
["test_toolbarbutton_ctrl_click.xhtml"]
|
|
|
|
["test_windowminmaxsize.xhtml"]
|