blob: f2262b3086abb14212318660843cb0bb21b8a742 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
[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"]
|