mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
12 lines
145 B
HTML
12 lines
145 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
document.documentElement.compareDocumentPosition(null);
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|