File tree 2 files changed +48
-0
lines changed
testsuite/MathMLToDisplay/Topics/LineBreak
2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html class ="reftest-wait ">
3
+ < head >
4
+ < title > issue 1447</ title >
5
+ <!-- Copyright (c) 2016 The MathJax Consortium
6
+ License: Apache License 2.0 -->
7
+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
8
+ < script type ="text/javascript " src ="../../../header.js "> </ script >
9
+ < script type ="text/javascript " src ="../../../scriptTests.js "> </ script >
10
+
11
+ < script type ="text/javascript ">
12
+ gMaxErrorSignals [ "Math Processing Error" ] = 1 ;
13
+
14
+ function getTestCases ( ) {
15
+ var OK = ( gMaxErrorSignals [ "Math Processing Error" ] === 1 ) ;
16
+ return [ newScriptReftestResult ( "No processing error " , OK ) ] ;
17
+ }
18
+ </ script >
19
+ </ head >
20
+
21
+ < body >
22
+
23
+ <!-- Problems with getNode() in connection with line breaks
24
+ https://github.com/mathjax/MathJax/issues/1447 -->
25
+
26
+ < div >
27
+ < math >
28
+ < msup >
29
+ < mfenced >
30
+ < mrow >
31
+ < mi > x</ mi >
32
+ < mspace linebreak ="newline "> </ mspace >
33
+ </ mrow >
34
+ </ mfenced >
35
+ < mfenced >
36
+ < msub >
37
+ < mi > b</ mi >
38
+ < mn > 4</ mn >
39
+ </ msub >
40
+ </ mfenced >
41
+ </ msup >
42
+ </ math >
43
+ </ div >
44
+ < br />
45
+
46
+ </ body >
47
+ </ html >
Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ fails-if(NativeMML) == issue769-5b.html issue769-5-ref.html
17
17
fails-if(NativeMML) == issue769-6a.html issue769-6-ref.html
18
18
fails-if(NativeMML) == issue769-6b.html issue769-6-ref.html
19
19
script issue949.html
20
+ require(CommonHTML) script issue1447.html
20
21
script issue1449.html
You can’t perform that action at this time.
0 commit comments