/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/hotCases/html/html-head-script-removed/page.html
16 строк
310 B
Alexander Akait
fix(css): terminate a string or url() the tokenizer closed at EOF (#21624)
07 авг 2026, 16:56
Не верифицирован
07 авг 2026, 16:56
21af4f5
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <title>head script removed</title> <script data-kept="yes">window.__headScript__ = 1;</script> </head> <body><h1>head script removed</h1></body> </html> --- <!DOCTYPE html> <html> <head> <title>head script removed</title> </head> <body><h1>head script removed</h1></body> </html>