prev  ( testsuite > General > Clipboard > clipboard1  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:General/Clipboard/clipboard1
CVS-ID:$Id: clipboard1-form.xhtml,v 1.52 2012/02/14 14:51:06 polx Exp $
Author:Paul Libbrecht, DFKI GmbH
Description:Simple math expression; copying it should yield the flavours for generic MathML (Windows: MathML, MacOSX: public.mathml, MIME: application/mathml+xml) and for MathML Presentation (Windows: MathML Presentation, MacOSX: public.mathml.presentation, MIME: application/mathml-presentation+xml). Optionnally the MathML code may be in plain text.

Use a clipboard introspector to proof it. We are told that ClipboardViewer in MacOSX developer tools' examples or ClipSpy on Windows can do this work. See also DropItTester.

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: MathPlayer

Your browser's rendering:

x x+1

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mfrac>
    <mi>x</mi>
    <mrow><mi>x</mi><mo>+</mo><mn>1</mn></mrow>
  </mfrac>
</math>