dom/tests/mochitest/general/mochitest.ini

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 [DEFAULT]
michael@0 2 skip-if = e10s
michael@0 3 support-files =
michael@0 4 497633.html
michael@0 5 file_MozEnteredDomFullscreen.html
michael@0 6 file_bug628069.html
michael@0 7 file_clonewrapper.html
michael@0 8 file_domWindowUtils_scrollbarSize.html
michael@0 9 file_frameElementWrapping.html
michael@0 10 file_interfaces.xml
michael@0 11 file_moving_nodeList.html
michael@0 12 file_moving_xhr.html
michael@0 13 file_showModalDialog.html
michael@0 14 historyframes.html
michael@0 15 resource_timing_iframe.html
michael@0 16 resource_timing_main_test.html
michael@0 17
michael@0 18 [test_497898.html]
michael@0 19 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') || toolkit == 'android' #Bug 931116, b2g desktop specific, initial triage
michael@0 20 [test_bug504220.html]
michael@0 21 [test_bug628069_1.html]
michael@0 22 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
michael@0 23 [test_bug628069_2.html]
michael@0 24 [test_bug629535.html]
michael@0 25 [test_bug631440.html]
michael@0 26 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
michael@0 27 [test_bug653364.html]
michael@0 28 [test_bug861217.html]
michael@0 29 [test_clientRects.html]
michael@0 30 [test_clipboard_events.html]
michael@0 31 skip-if = buildapp == 'b2g' # b2g(clipboard undefined) b2g-debug(clipboard undefined) b2g-desktop(clipboard undefined)
michael@0 32 [test_consoleAPI.html]
michael@0 33 [test_domWindowUtils.html]
michael@0 34 [test_domWindowUtils_scrollXY.html]
michael@0 35 [test_domWindowUtils_scrollbarSize.html]
michael@0 36 [test_focus_legend_noparent.html]
michael@0 37 [test_focusrings.xul]
michael@0 38 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
michael@0 39 [test_for_of.html]
michael@0 40 [test_frameElementWrapping.html]
michael@0 41 [test_framedhistoryframes.html]
michael@0 42 [test_idleapi_permissions.html]
michael@0 43 skip-if = buildapp == 'b2g'
michael@0 44 [test_interfaces.html]
michael@0 45 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
michael@0 46 # [test_network_events.html]
michael@0 47 # Disable this test until bug 795711 is fixed.
michael@0 48 [test_offsets.html]
michael@0 49 [test_offsets.js]
michael@0 50 [test_outerHTML.html]
michael@0 51 [test_outerHTML.xhtml]
michael@0 52 [test_paste_selection.html]
michael@0 53 [test_resource_timing.html]
michael@0 54 skip-if = buildapp == 'b2g' # b2g(No clipboard) b2g-debug(No clipboard) b2g-desktop(No clipboard)
michael@0 55 [test_performance_now.html]
michael@0 56 [test_showModalDialog.html]
michael@0 57 skip-if = buildapp == 'b2g' || toolkit == 'android' #Don't run modal tests on Android # b2g(showmodaldialog) b2g-debug(showmodaldialog) b2g-desktop(showmodaldialog)
michael@0 58 [test_stylesheetPI.html]
michael@0 59 [test_vibrator.html]
michael@0 60 skip-if = toolkit == 'android' #CRASH_SUTAGENT
michael@0 61 [test_windowProperties.html]
michael@0 62 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage
michael@0 63 [test_windowedhistoryframes.html]
michael@0 64 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage

mercurial