... | ... | @@ -87,28 +87,29 @@ What about I18N support? |
|
|
* skipStartupTypeset: a test listening the MathJax signals and checking that no element is processed.
|
|
|
* menuSettings: a scenario test for the context option which compares the rendering of the contextual menus (!= reftest). Other options can be tested in scenario tests as described in the accessibility section. Simple != reftests for zscale can also easily be written.
|
|
|
* errorSettings: compare test with incorrect markup and a reference of styled error messages (== reftests). Compare rendering of an incorrect markup with/without this setting (!= reftest).
|
|
|
* The tex2jax Preprocessor
|
|
|
|
|
|
* The tex2jax Preprocessor
|
|
|
* inlineMath, displayMath", processEscapes, element, processEnvironments, skipTags, ignoreClass, processClass: test pages with several formulas. check that only those described by the options are processed by tex2jax. They can be visual == reftests or test listening MathJax signals.
|
|
|
* preview: test that the TeX code or a custom preview is inserted. (== reftests with skipStartupTypeset)
|
|
|
* The mml2jax Preprocessor
|
|
|
* The mml2jax Preprocessor
|
|
|
* element, preview: same tests as for tex2jax. (test the altext)
|
|
|
* The jsMath2jax Preprocessor
|
|
|
* The jsMath2jax Preprocessor
|
|
|
* element, preview: same tests as for tex2jax.
|
|
|
* The TeX input processor
|
|
|
* The TeX input processor
|
|
|
* TagSide, TagIndent, MultLineWidth: visual reftests
|
|
|
* Macros: several reftests to compare the effects of the macros with those of the corresponding LaTeX code expected to be generated.
|
|
|
* The MathML input processor
|
|
|
* The MathML input processor
|
|
|
* useMathMLspacing: reftests to compare MML/TeX spacing (rules not really described in the doc)
|
|
|
* The HTML-CSS output processor
|
|
|
* The HTML-CSS output processor
|
|
|
* scale: visual reftests to compare the visual rendering of different scale. Also test the effect of different sizes for the surrounding text.
|
|
|
* availableFonts, preferredFont, webFont, imageFont: several tests to compare the effect of these options on the fonts used (!= and == reftests).
|
|
|
* styles: visual reftests with several CSS styles.
|
|
|
* showMathMenu: scenario test checking whether the math menu is displayed when right clicking on a formula.
|
|
|
* tooltip: scenario tests checking whether the tooltip is displayed on mactions with the specified delays. offsetX/offsetY may be difficult to test.
|
|
|
* The NativeMML output processor
|
|
|
* The NativeMML output processor
|
|
|
* scale: same as for HTML-CSS (may be more difficult to test since it depends on the renderer)
|
|
|
* showMathMath, styles: same as for HTML-CSS.
|
|
|
* The MMLorHTML configuration options
|
|
|
* The MMLorHTML configuration options
|
|
|
* prefer: reftests which compare the rendering against static pages with MathJax HTML-CSS enabled/disabled.
|
|
|
* The MathMenu options
|
|
|
* delay, helpURL, showRenderer, showContext, showFontMenu, windowSettings, styles: several scenario test to compare the way the menu is displayed with respect to the setting of each individual option.
|
... | ... | |