tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mochitest.toml (2006B)


      1 [DEFAULT]
      2 support-files = [
      3  "db_smilAnimateMotion.js",
      4  "db_smilCSSFromBy.js",
      5  "db_smilCSSFromTo.js",
      6  "db_smilCSSPaced.js",
      7  "db_smilCSSPropertyList.js",
      8  "db_smilMappedAttrList.js",
      9  "file_smilWithTransition.html",
     10  "smilAnimateMotionValueLists.js",
     11  "smilExtDoc_helper.svg",
     12  "smilTestUtils.js",
     13  "smilXHR_helper.svg",
     14 ]
     15 
     16 ["test_smilAccessKey.xhtml"]
     17 
     18 ["test_smilAdditionFallback.html"]
     19 
     20 ["test_smilAnimateMotion.xhtml"]
     21 
     22 ["test_smilAnimateMotionInvalidValues.xhtml"]
     23 
     24 ["test_smilAnimateMotionOverrideRules.xhtml"]
     25 
     26 ["test_smilBackwardsSeeking.xhtml"]
     27 
     28 ["test_smilCSSFontStretchRelative.xhtml"]
     29 
     30 ["test_smilCSSFromBy.xhtml"]
     31 
     32 ["test_smilCSSFromTo.xhtml"]
     33 
     34 ["test_smilCSSInherit.xhtml"]
     35 disabled = "until bug 501183 is fixed"
     36 
     37 ["test_smilCSSInvalidValues.xhtml"]
     38 
     39 ["test_smilCSSPaced.xhtml"]
     40 
     41 ["test_smilChangeAfterFrozen.xhtml"]
     42 skip-if = [
     43  "true", # bug 1358955.
     44 ]
     45 
     46 ["test_smilConditionalProcessing.html"]
     47 
     48 ["test_smilContainerBinding.xhtml"]
     49 
     50 ["test_smilCrossContainer.xhtml"]
     51 
     52 ["test_smilDynamicDelayedBeginElement.xhtml"]
     53 
     54 ["test_smilExtDoc.xhtml"]
     55 
     56 ["test_smilFillMode.xhtml"]
     57 
     58 ["test_smilGetSimpleDuration.xhtml"]
     59 
     60 ["test_smilGetStartTime.xhtml"]
     61 
     62 ["test_smilHyperlinking.xhtml"]
     63 
     64 ["test_smilInvalidValues.html"]
     65 
     66 ["test_smilKeySplines.xhtml"]
     67 
     68 ["test_smilKeyTimes.xhtml"]
     69 
     70 ["test_smilKeyTimesPacedMode.xhtml"]
     71 
     72 ["test_smilMappedAttrFromBy.xhtml"]
     73 
     74 ["test_smilMappedAttrFromTo.xhtml"]
     75 
     76 ["test_smilMappedAttrPaced.xhtml"]
     77 
     78 ["test_smilMinTiming.html"]
     79 
     80 ["test_smilRepeatDuration.html"]
     81 
     82 ["test_smilRepeatTiming.xhtml"]
     83 
     84 ["test_smilReset.xhtml"]
     85 
     86 ["test_smilRestart.xhtml"]
     87 
     88 ["test_smilSetCurrentTime.xhtml"]
     89 
     90 ["test_smilSync.xhtml"]
     91 
     92 ["test_smilSyncTransform.xhtml"]
     93 
     94 ["test_smilSyncbaseTarget.xhtml"]
     95 
     96 ["test_smilTextZoom.xhtml"]
     97 
     98 ["test_smilTiming.xhtml"]
     99 
    100 ["test_smilTimingZeroIntervals.xhtml"]
    101 
    102 ["test_smilUpdatedInterval.xhtml"]
    103 
    104 ["test_smilValues.xhtml"]
    105 
    106 ["test_smilWithTransition.html"]
    107 skip-if = [
    108  "os == 'android'",
    109 ]
    110 
    111 ["test_smilWithXlink.xhtml"]
    112 
    113 ["test_smilXHR.xhtml"]