/
niceSOFT
/
libxml2
Обзор
Документация
Войти
/
niceSOFT
/
libxml2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/HTML/comments2.html
14 строк
417 B
Mike Dalessio
add test coverage for incorrectly-closed comments
16 дек 2020, 18:12
16 дек 2020, 18:12
e28d934
Код
Авторство
О чём код?
<html> <body> <div> <h3> <a href="https://html.spec.whatwg.org/multipage/parsing.html#parse-error-incorrectly-closed-comment"> Incorrectly closed comment without a correctly closed comment </a> </h3> <div> <!--incorrectly closed comment--!><span id=under-test>whatwg guidance is that this should be a DOM node</span> </div> </div> </body> </html>