html5lib Parser Test

Summary

Harness status: OK

Found 13 tests

Details

ResultTest NameMessage
Passhtml5lib_innerHTML_tests6.html ccb245e2f1d9fe1580235854daa1a124525aca61
Asserts run
Pass
assert_not_equals("|<div>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| \"\n\"\n| <div>", "#document\n| \"\n\"\n| <div>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html ed2b0f8fe477e3a6a0d9052b46bd94e628fb666a
Asserts run
Pass
assert_not_equals("|<caption>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <div>", "#document\n| <div>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html ed4acc4544b7ee83072a3c2ae078e3cbaf8303fb
Asserts run
Pass
assert_not_equals("|<caption>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <div>", "#document\n| <div>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html 28f111cdfb84bfa4a70b57e3aeec1f0aa13337de
Asserts run
Pass
assert_not_equals("|<td>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <div>", "#document\n| <div>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html 616bd17e481973f9fe286aa30727ee22850fc31e
Asserts run
Pass
assert_not_equals("|<colgroup>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <col>", "#document\n| <col>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html 1cfb3baf2ad29109ddd5581daa3a009029c71491
Asserts run
Pass
assert_not_equals("|<frameset>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <frame>", "#document\n| <frame>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html 98ba377bacd2ec343919bdc589116eabf94402d5
Asserts run
Pass
assert_not_equals("|<body>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <div>", "#document\n| <div>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html 7cf2db8c65b79da98e39b13772ed0440ff177fd7
Asserts run
Pass
assert_not_equals("|<tr>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <td>", "#document\n| <td>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html cb78efe1d4f4279be6c0a363cce643b3591efdc5
Asserts run
Pass
assert_not_equals("|<tr>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <td>", "#document\n| <td>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html 82911b0551c00e9971dd1491f8f2d2782aa3ac63
Asserts run
Pass
assert_not_equals("|<tbody>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <tr>", "#document\n| <tr>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html a3ff1f1809e8018b725620f1d04b6ebb24fda9a4
Asserts run
Pass
assert_not_equals("|<tbody>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <tr>", "#document\n| <tr>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html e35e330f7eb5bb27df1fe702843747e104a193be
Asserts run
Pass
assert_not_equals("|<table>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <tbody>\n|   <tr>", "#document\n| <tbody>\n|   <tr>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)
Passhtml5lib_innerHTML_tests6.html c1dc3add1fcb1f506ea395691a710eb8e727b123
Asserts run
Pass
assert_not_equals("|<html>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <head>\n| <body>", "#document\n| <head>\n| <body>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)