dom/smil/test/mochitest.ini

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 [DEFAULT]
michael@0 2 support-files =
michael@0 3 db_smilAnimateMotion.js
michael@0 4 db_smilCSSFromBy.js
michael@0 5 db_smilCSSFromTo.js
michael@0 6 db_smilCSSPaced.js
michael@0 7 db_smilCSSPropertyList.js
michael@0 8 db_smilMappedAttrList.js
michael@0 9 smilAnimateMotionValueLists.js
michael@0 10 smilExtDoc_helper.svg
michael@0 11 smilTestUtils.js
michael@0 12 smilXHR_helper.svg
michael@0 13
michael@0 14 [test_smilAccessKey.xhtml]
michael@0 15 [test_smilAnimateMotion.xhtml]
michael@0 16 [test_smilAnimateMotionInvalidValues.xhtml]
michael@0 17 [test_smilAnimateMotionOverrideRules.xhtml]
michael@0 18 [test_smilBackwardsSeeking.xhtml]
michael@0 19 [test_smilCSSFontStretchRelative.xhtml]
michael@0 20 [test_smilCSSFromBy.xhtml]
michael@0 21 [test_smilCSSFromTo.xhtml]
michael@0 22 # [test_smilCSSInherit.xhtml]
michael@0 23 # disabled until bug 501183 is fixed
michael@0 24 [test_smilCSSInvalidValues.xhtml]
michael@0 25 [test_smilCSSPaced.xhtml]
michael@0 26 [test_smilChangeAfterFrozen.xhtml]
michael@0 27 [test_smilContainerBinding.xhtml]
michael@0 28 [test_smilCrossContainer.xhtml]
michael@0 29 [test_smilDynamicDelayedBeginElement.xhtml]
michael@0 30 [test_smilExtDoc.xhtml]
michael@0 31 skip-if = toolkit == 'android'
michael@0 32 [test_smilFillMode.xhtml]
michael@0 33 [test_smilGetSimpleDuration.xhtml]
michael@0 34 [test_smilGetStartTime.xhtml]
michael@0 35 [test_smilHyperlinking.xhtml]
michael@0 36 [test_smilInvalidValues.html]
michael@0 37 [test_smilKeySplines.xhtml]
michael@0 38 [test_smilKeyTimes.xhtml]
michael@0 39 [test_smilKeyTimesPacedMode.xhtml]
michael@0 40 [test_smilMappedAttrFromBy.xhtml]
michael@0 41 [test_smilMappedAttrFromTo.xhtml]
michael@0 42 [test_smilMappedAttrPaced.xhtml]
michael@0 43 [test_smilMinTiming.html]
michael@0 44 [test_smilRepeatDuration.html]
michael@0 45 [test_smilRepeatTiming.xhtml]
michael@0 46 skip-if = toolkit == 'android' #TIMED_OUT
michael@0 47 [test_smilReset.xhtml]
michael@0 48 [test_smilRestart.xhtml]
michael@0 49 [test_smilSetCurrentTime.xhtml]
michael@0 50 [test_smilSync.xhtml]
michael@0 51 [test_smilSyncTransform.xhtml]
michael@0 52 [test_smilSyncbaseTarget.xhtml]
michael@0 53 [test_smilTextZoom.xhtml]
michael@0 54 [test_smilTimeEvents.xhtml]
michael@0 55 [test_smilTiming.xhtml]
michael@0 56 [test_smilTimingZeroIntervals.xhtml]
michael@0 57 [test_smilUpdatedInterval.xhtml]
michael@0 58 [test_smilValues.xhtml]
michael@0 59 [test_smilXHR.xhtml]

mercurial