gecko-dev/dom/xslt/crashtests/406106-1.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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

2007-12-24 05:12:28 +03:00
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
var p = new XSLTProcessor();
p.setParameter("a", "b", {e: p});
}
boom();
</script>
</head>
<body>
</body>
</html>