haikuwebkit/LayoutTests/mathml/fractions-invalid-expected....

22 lines
397 B
HTML
Raw Permalink Normal View History

Convert MathML fraction tests to reftests. https://bugs.webkit.org/show_bug.cgi?id=118812 Patch by Frédéric Wang <fred.wang@free.fr> on 2013-07-18 Reviewed by Chris Fleizach. fractions-vertical-alignment and fractions are converted to reftests. * mathml/presentation/fractions-box-expected.html: Added. * mathml/presentation/fractions-box.html: Added. * mathml/presentation/fractions-color-expected-mismatch.html: Added. * mathml/presentation/fractions-color.html: Added. * mathml/presentation/fractions-invalid-expected.html: Added. * mathml/presentation/fractions-invalid.html: Added. * mathml/presentation/fractions-linethickness-expected.html: Added. * mathml/presentation/fractions-linethickness.html: Added. * mathml/presentation/fractions-mrow-expected.html: Added. * mathml/presentation/fractions-mrow.html: Added. * mathml/presentation/fractions-numalign-denomalign-expected.html: Added. * mathml/presentation/fractions-numalign-denomalign.html: Added. * mathml/presentation/fractions-positions-expected.html: Added. * mathml/presentation/fractions-positions.html: Added. * mathml/presentation/fractions-vertical-alignment-expected.html: Added. * mathml/presentation/fractions-vertical-alignment.html: Added. * mathml/presentation/fractions-vertical-alignment.xhtml: Removed. * mathml/presentation/fractions.xhtml: Removed. * platform/efl/mathml/presentation/fractions-expected.png: Removed. * platform/efl/mathml/presentation/fractions-expected.txt: Removed. * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png: Removed. * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt: Removed. * platform/gtk/mathml/presentation/fractions-expected.png: Removed. * platform/gtk/mathml/presentation/fractions-expected.txt: Removed. * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png: Removed. * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt: Removed. * platform/mac/mathml/presentation/fractions-expected.png: Removed. * platform/mac/mathml/presentation/fractions-expected.txt: Removed. * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png: Removed. * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: Removed. Canonical link: https://commits.webkit.org/136717@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@152849 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2013-07-18 17:45:34 +00:00
<!doctype html>
<html>
<head>
<title>fractions invalid</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- WebKit ignores bad markup. -->
<math>
<mfrac><mn>1</mn><mn>2</mn></mfrac>
</math>
<math>
<mfrac>
<mrow><mi>x</mi><mo>+</mo><mn>1</mn></mrow>
<mrow><mi>x</mi><mo>+</mo><mn>2</mn></mrow>
</mfrac>
</math>
</body>
</html>