gecko-dev/layout/base/crashtests/1425893.html

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

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

<!doctype html>
<a id="link" href=""></a>
<script>
document.body.offsetTop;
link.appendChild(document.createElement("fieldset"));
</script>