AH

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailTesting parsing of misnested <form> tags inside <template>assert_equals: The parsed structure should match the expected result with correctly nested elements. expected "A<template><br>BC<form>D<div>E</div></form>FG</template>H" but got "A<template><br>BC<form>D<div>EF</div>G</form></template>H"
    at Test.<anonymous> (https://wpt.live/html/syntax/parsing/misnested-form-in-template.html:14:3)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/syntax/parsing/misnested-form-in-template.html:10:1
Asserts run
Fail
assert_equals("A<template><br>BC<form>D<div>EF</div>G</form></template>H", "A<template><br>BC<form>D<div>E</div></form>FG</template>H", "The parsed structure should match the expected result with correctly nested elements.")
    at Test.<anonymous> ( /html/syntax/parsing/misnested-form-in-template.html:14:3)