Pass | Parsing of id attribute | Asserts runPass | assert_true(true, "Node type mismatch: actual = HTMLHtmlElement, expected = HTMLHtmlElement")
at assert_node ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:10:5) | Pass | assert_equals("root", "root", "documentElement id attribute should be root.")
at assert_node ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:13:9) |
|
Pass | contentType | Asserts runPass | assert_equals("text/html", "text/html")
at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:28:5) |
|
Pass | compatMode | Asserts runPass | assert_equals("BackCompat", "BackCompat")
at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:32:5) |
|
Pass | compatMode for a proper DOCTYPE | Asserts runPass | assert_equals("CSS1Compat", "CSS1Compat")
at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:37:5) |
|
Pass | Location value | Asserts runPass | assert_equals(null, null, "The document must have a location value of null.")
at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:43:5) |
|
Pass | Document.parseHTMLUnsafe parses HTML tag soup with no problems | Asserts runPass | assert_equals("html", "html")
at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:49:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:50:5) |
|
Pass | Document.parseHTMLUnsafe should handle the content of <noembed> as raw text | Asserts runPass | assert_equals("<a>", "<a>")
at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:55:4) |
|
Pass | script is found synchronously even when there is a css import | Asserts runPass | assert_not_equals(Element node <script>document.x = 8</script>, null, "script must be found")
at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:67:3) | Pass | assert_equals(undefined, undefined, "script must not be executed on the inner document")
at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:68:3) | Pass | assert_equals(undefined, undefined, "script must not be executed on the outer document")
at Test.<anonymous> ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:69:3) |
|
Pass | must be parsed with scripting disabled, so noscript works | Asserts runPass | assert_true(true, "Node type mismatch: actual = HTMLParagraphElement, expected = HTMLParagraphElement")
at assert_node ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:10:5) | Pass | assert_equals("test1", "test1", undefined)
at assert_node ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:13:9) | Pass | assert_true(true, "Node type mismatch: actual = HTMLParagraphElement, expected = HTMLParagraphElement")
at assert_node ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:10:5) | Pass | assert_equals("test2", "test2", undefined)
at assert_node ( /html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Document-parseHTMLUnsafe.html:13:9) |
|