Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassProcessingInstruction numeric escapes
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /dom/nodes/ProcessingInstruction-escapes-1.xhtml:19:3)
Pass
assert_equals("xml-stylesheet", "xml-stylesheet")
    at Test.<anonymous> ( /dom/nodes/ProcessingInstruction-escapes-1.xhtml:20:3)
Pass
assert_equals("href=\"data:text/css,&#x41;&amp;&apos;\" type=\"text/css\"", "href=\"data:text/css,&#x41;&amp;&apos;\" type=\"text/css\"")
    at Test.<anonymous> ( /dom/nodes/ProcessingInstruction-escapes-1.xhtml:21:3)
Pass
assert_equals("data:text/css,A&'", "data:text/css,A&'")
    at Test.<anonymous> ( /dom/nodes/ProcessingInstruction-escapes-1.xhtml:22:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /dom/nodes/ProcessingInstruction-escapes-1.xhtml:25:3)
Pass
assert_equals("xml-stylesheet", "xml-stylesheet")
    at Test.<anonymous> ( /dom/nodes/ProcessingInstruction-escapes-1.xhtml:26:3)
Pass
assert_equals("href=\"data:text/css,&#65;&amp;&apos;\" type=\"text/css\"", "href=\"data:text/css,&#65;&amp;&apos;\" type=\"text/css\"")
    at Test.<anonymous> ( /dom/nodes/ProcessingInstruction-escapes-1.xhtml:27:3)
Pass
assert_equals("data:text/css,A&'", "data:text/css,A&'")
    at Test.<anonymous> ( /dom/nodes/ProcessingInstruction-escapes-1.xhtml:28:3)