mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 932350 - Re-enable the dom-level* mochitests on desktop platforms.
This commit is contained in:
parent
2ed2f4d8df
commit
cd06328050
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
skip-if = !debug || (buildapp == 'b2g') || (toolkit == 'android') #Bug 932350 - Frequent timeouts
|
||||
skip-if = toolkit == 'gonk' || toolkit == 'android' # Bug 932350 - Frequent timeouts
|
||||
support-files =
|
||||
child_ip_address.html
|
||||
file_crossdomainprops_inner.html
|
||||
@ -10,6 +10,7 @@ support-files =
|
||||
|
||||
[test_crossdomainprops.html]
|
||||
[test_innerWidthHeight_script.html]
|
||||
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || toolkit == 'android' # Bug 1075071 - Permafail on Android/B2G/Mulet
|
||||
[test_location.html]
|
||||
[test_location_framed.html]
|
||||
[test_location_getters.html]
|
||||
|
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
skip-if = !debug || (buildapp == 'b2g') || (toolkit == 'android') #android(bug 910229) #Bug 932350 - Frequent timeouts
|
||||
skip-if = toolkit == 'gonk' || toolkit == 'android' # Bug 932350 - Frequent timeouts
|
||||
support-files =
|
||||
DOMTestCase.js
|
||||
activity-home.css
|
||||
|
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
skip-if = !debug || (buildapp == 'b2g') || (toolkit == 'android') # android(bug 910229) #Bug 932350 - Frequent timeouts
|
||||
skip-if = toolkit == 'gonk' || toolkit == 'android' # Bug 932350 - Frequent timeouts
|
||||
support-files =
|
||||
DOMTestCase.js
|
||||
exclusions.js
|
||||
|
@ -1,5 +1,5 @@
|
||||
[DEFAULT]
|
||||
skip-if = !debug || (buildapp == 'b2g') || (toolkit == 'android') #android(bug 910229) #Bug 932350 - Frequent timeouts
|
||||
skip-if = toolkit == 'gonk' || toolkit == 'android' # Bug 932350 - Frequent timeouts
|
||||
support-files =
|
||||
DOMTestCase.js
|
||||
files/anchor.html
|
||||
|
Loading…
Reference in New Issue
Block a user