11 lines
145 B
HTML
11 lines
145 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
document.documentElement.compareDocumentPosition(null);
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|