Pass | MATH element name should be lowercased | Asserts runPass | assert_equals(Element node <math id="m1"><mtext></mtext></math>, Element node <math id="m1"><mtext></mtext></math>)
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:43:1) |
|
Pass | MI element name and mathvariant attribute name should be lowercased, attribute value unchanged | Asserts runPass | assert_equals("mi", "mi")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:47:1) | Pass | assert_equals("http://www.w3.org/1998/Math/MathML", "http://www.w3.org/1998/Math/MathML")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:48:1) | Pass | assert_true(true)
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:49:1) | Pass | assert_equals("BOLD", "BOLD")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:50:1) |
|
Pass | DEFINITIONurl attribute markup should produce a definitionURL attribute, attribute value unchanged | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:54:1) | Pass | assert_equals("www.example.org/FOO", "www.example.org/FOO")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:55:1) |
|
Pass | html Span in mtext produces SPAN nodename in XHTML namespace | Asserts runPass | assert_equals("SPAN", "SPAN")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:59:1) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:60:1) |
|
Pass | html Span in mi produces SPAN nodename in XHTML namespace | Asserts runPass | assert_equals("SPAN", "SPAN")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:64:1) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:65:1) |
|
Pass | html Span in mrow produces SPAN nodename in XHTML namespace | Asserts runPass | assert_equals("SPAN", "SPAN")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:69:1) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:70:1) |
|
Pass | html P in mtext produces P nodename in XHTML namespace | Asserts runPass | assert_equals("P", "P")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:74:1) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:75:1) |
|
Pass | html P in mi produces P nodename in XHTML namespace | Asserts runPass | assert_equals("P", "P")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:79:1) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:80:1) |
|
Pass | html P in mrow terminates the math: mrow,P,MI children of div | Asserts runPass | assert_equals(3, 3)
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:84:1) |
|
Pass | html P in mrow terminates the math: mrow child of math | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:88:1) |
|
Pass | html P in mrow terminates the math: mrow empty | Asserts runPass | assert_equals(0, 0)
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:92:1) |
|
Pass | html P in mrow terminates the math: math,P,MI children of div | Asserts runPass | assert_equals("math", "math")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:96:1) | Pass | assert_equals("P", "P")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:97:1) | Pass | assert_equals("MI", "MI")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:98:1) |
|
Pass | Undefinedelement in mtext produces UNDEFINEDELEMENT nodename in XHTML namespace | Asserts runPass | assert_equals("UNDEFINEDELEMENT", "UNDEFINEDELEMENT")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:102:1) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:103:1) |
|
Pass | mi in mtext produces MI nodename in XHTML namespace | Asserts runPass | assert_equals("MI", "MI")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:107:1) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:108:1) |
|
Pass | p in annotation-xml moves to be child of DIV | Asserts runPass | assert_equals("DIV", "DIV")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:112:1) |
|
Pass | p in annotation-xml encoding=text/html stays as child of annotation-xml | Asserts runPass | assert_equals("annotation-xml", "annotation-xml")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:116:1) |
|
Pass | p in annotation-xml encoding=TEXT/HTML stays as child of annotation-xml | Asserts runPass | assert_equals("annotation-xml", "annotation-xml")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:120:1) |
|
Pass | p in annotation-xml encoding=application/xhtml+xml stays as child of annotation-xml | Asserts runPass | assert_equals("annotation-xml", "annotation-xml")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:124:1) |
|
Pass | p in annotation-xml encoding=foo moves to be child of DIV | Asserts runPass | assert_equals("DIV", "DIV")
at Test.<anonymous> ( /html/syntax/parsing/math-parse03.html:128:1) |
|