mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 975747 - Reftest for MathML operator dictionary. r=fred.wang
This commit is contained in:
parent
5bed7c0dd5
commit
4ae443db15
13
layout/reftests/mathml/op-dict-1-ref.html
Normal file
13
layout/reftests/mathml/op-dict-1-ref.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict mo form</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mo form="prefix">+</mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
13
layout/reftests/mathml/op-dict-1.html
Normal file
13
layout/reftests/mathml/op-dict-1.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict mo form</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mo form="infix">+</mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
11
layout/reftests/mathml/op-dict-10-ref.html
Normal file
11
layout/reftests/mathml/op-dict-10-ref.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict mo accent</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<munderover><mtext>X</mtext><mo accent="true">→</mo><mo>O</mo></munderover>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
11
layout/reftests/mathml/op-dict-10.html
Normal file
11
layout/reftests/mathml/op-dict-10.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict mo accent</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<munderover><mtext>X</mtext><mo>→</mo><mo>O</mo></munderover>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
11
layout/reftests/mathml/op-dict-11-ref.html
Normal file
11
layout/reftests/mathml/op-dict-11-ref.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict mo accent</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<munderover><mtext>X</mtext><mo accent="true">→</mo><mo>O</mo></munderover>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
11
layout/reftests/mathml/op-dict-11.html
Normal file
11
layout/reftests/mathml/op-dict-11.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict mo accent</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<munderover><mtext>X</mtext><mo accent="false">→</mo><mo>O</mo></munderover>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
14
layout/reftests/mathml/op-dict-12-ref.html
Normal file
14
layout/reftests/mathml/op-dict-12-ref.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict mo movablelimits</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<munder>
|
||||
<mo>∑</mo>
|
||||
<mi>x</mi>
|
||||
</munder>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
14
layout/reftests/mathml/op-dict-12.html
Normal file
14
layout/reftests/mathml/op-dict-12.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict mo movablelimits</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<munder>
|
||||
<mo movablelimits="true">∑</mo>
|
||||
<mi>x</mi>
|
||||
</munder>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
14
layout/reftests/mathml/op-dict-13-ref.html
Normal file
14
layout/reftests/mathml/op-dict-13-ref.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict mo movablelimits</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<munder>
|
||||
<mo movablelimits="true">∑</mo>
|
||||
<mi>x</mi>
|
||||
</munder>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
14
layout/reftests/mathml/op-dict-13.html
Normal file
14
layout/reftests/mathml/op-dict-13.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict mo movablelimits</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<munder>
|
||||
<mo movablelimits="false">∑</mo>
|
||||
<mi>x</mi>
|
||||
</munder>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
14
layout/reftests/mathml/op-dict-2-ref.html
Normal file
14
layout/reftests/mathml/op-dict-2-ref.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict symmetric</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mo symmetric="true">(</mo>
|
||||
<mspace height="5em" depth="5em"/>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
14
layout/reftests/mathml/op-dict-2.html
Normal file
14
layout/reftests/mathml/op-dict-2.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict symmetric</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mo>(</mo>
|
||||
<mspace height="5em" depth="5em"/>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
14
layout/reftests/mathml/op-dict-3-ref.html
Normal file
14
layout/reftests/mathml/op-dict-3-ref.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict symmetric</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mo symmetric="true">(</mo>
|
||||
<mspace height="5em" depth="5em"/>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
14
layout/reftests/mathml/op-dict-3.html
Normal file
14
layout/reftests/mathml/op-dict-3.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict symmetric</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mo symmetric="false">(</mo>
|
||||
<mspace height="5em" depth="5em"/>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
18
layout/reftests/mathml/op-dict-4-ref.html
Normal file
18
layout/reftests/mathml/op-dict-4-ref.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict stretchy</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mo> ( </mo>
|
||||
<mfrac>
|
||||
<mi> a </mi>
|
||||
<mi> b </mi>
|
||||
</mfrac>
|
||||
<mo> ) </mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
18
layout/reftests/mathml/op-dict-4.html
Normal file
18
layout/reftests/mathml/op-dict-4.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict stretchy</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mo stretchy="true"> ( </mo>
|
||||
<mfrac>
|
||||
<mi> a </mi>
|
||||
<mi> b </mi>
|
||||
</mfrac>
|
||||
<mo stretchy="true"> ) </mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
18
layout/reftests/mathml/op-dict-5-ref.html
Normal file
18
layout/reftests/mathml/op-dict-5-ref.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict stretchy</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mo stretchy="false"> ( </mo>
|
||||
<mfrac>
|
||||
<mi> a </mi>
|
||||
<mi> b </mi>
|
||||
</mfrac>
|
||||
<mo> ) </mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
18
layout/reftests/mathml/op-dict-5.html
Normal file
18
layout/reftests/mathml/op-dict-5.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict stretchy</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mo> ( </mo>
|
||||
<mfrac>
|
||||
<mi> a </mi>
|
||||
<mi> b </mi>
|
||||
</mfrac>
|
||||
<mo> ) </mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
13
layout/reftests/mathml/op-dict-6-ref.html
Normal file
13
layout/reftests/mathml/op-dict-6-ref.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict largeop</title>
|
||||
</head>
|
||||
<body>
|
||||
<math displaystyle="true">
|
||||
<mrow>
|
||||
<mo largeop="true">∑</mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
13
layout/reftests/mathml/op-dict-6.html
Normal file
13
layout/reftests/mathml/op-dict-6.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict largeop</title>
|
||||
</head>
|
||||
<body>
|
||||
<math displaystyle="true">
|
||||
<mrow>
|
||||
<mo>∑</mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
13
layout/reftests/mathml/op-dict-7-ref.html
Normal file
13
layout/reftests/mathml/op-dict-7-ref.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict largeop</title>
|
||||
</head>
|
||||
<body>
|
||||
<math displaystyle="true">
|
||||
<mrow>
|
||||
<mo>∑</mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
13
layout/reftests/mathml/op-dict-7.html
Normal file
13
layout/reftests/mathml/op-dict-7.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict largeop</title>
|
||||
</head>
|
||||
<body>
|
||||
<math displaystyle="true">
|
||||
<mrow>
|
||||
<mo largeop="false">∑</mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
13
layout/reftests/mathml/op-dict-8-ref.html
Normal file
13
layout/reftests/mathml/op-dict-8-ref.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict lspace and rspace</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mi>x</mi><mo form="prefix" lspace="verythinmathspace" rspace="veryverythinmathspace">∀</mo><mi>y</mi>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
13
layout/reftests/mathml/op-dict-8.html
Normal file
13
layout/reftests/mathml/op-dict-8.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict lspace and rspace</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mi>x</mi><mo form="prefix">∀</mo><mi>y</mi>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
13
layout/reftests/mathml/op-dict-9-ref.html
Normal file
13
layout/reftests/mathml/op-dict-9-ref.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict lspace and rspace</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mi>x</mi><mo form="prefix" lspace="veryverythinmathspace" rspace="veryverythickmathspace">∀</mo><mi>y</mi>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
13
layout/reftests/mathml/op-dict-9.html
Normal file
13
layout/reftests/mathml/op-dict-9.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>op-dict lspace and rspace</title>
|
||||
</head>
|
||||
<body>
|
||||
<math>
|
||||
<mrow>
|
||||
<mi>x</mi><mo form="prefix">∀</mo><mi>y</mi>
|
||||
</mrow>
|
||||
</math>
|
||||
</body>
|
||||
</html>
|
@ -259,3 +259,16 @@ fuzzy-if(OSX,1,100) == menclose-5-circle.html menclose-5-circle-ref.html
|
||||
== rowlines-2b.html rowlines-2-ref.html
|
||||
!= rowlines-3-1.html rowlines-3-1-ref.html
|
||||
== rowlines-3-2.html rowlines-3-2-ref.html
|
||||
!= op-dict-1.html op-dict-1-ref.html
|
||||
== op-dict-2.html op-dict-2-ref.html
|
||||
!= op-dict-3.html op-dict-3-ref.html
|
||||
== op-dict-4.html op-dict-4-ref.html
|
||||
!= op-dict-5.html op-dict-5-ref.html
|
||||
== op-dict-6.html op-dict-6-ref.html
|
||||
!= op-dict-7.html op-dict-7-ref.html
|
||||
== op-dict-8.html op-dict-8-ref.html
|
||||
!= op-dict-9.html op-dict-9-ref.html
|
||||
== op-dict-10.html op-dict-10-ref.html
|
||||
!= op-dict-11.html op-dict-11-ref.html
|
||||
== op-dict-12.html op-dict-12-ref.html
|
||||
!= op-dict-13.html op-dict-13-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user