gecko-dev/dom/html/crashtests/602117.html

9 строки
164 B
HTML
Исходник Обычный вид История

2010-11-15 12:54:36 +03:00
<!DOCTYPE html>
<html>
<script>
var isindex = document.createElement("isindex");
isindex.setAttribute("form", "f");
isindex.form;
</script>
</html>