/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
validator/cpp/htmlparser/testdata/tree-construction/scripted/webkit01.dat
28 строк
581 B
Michael Rybak
Sync for validator/cpp/htmlparser (#32570)
10 фев 2021, 02:49
Не верифицирован
10 фев 2021, 02:49
955ae0e
Код
Авторство
О чём код?
#data 1<script>document.write("2")</script>3 #errors #document | <html> | <head> | <body> | "1" | <script> | "document.write("2")" | "23" #data 1<script>document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")</script>4 #errors #document | <html> | <head> | <body> | "1" | <script> | "document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")" | <script> | "document.write('2')" | "2" | <script> | "document.write('3')" | "34"