8 lines
294 B
HTML
8 lines
294 B
HTML
<!DOCTYPE html>
|
|
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1491107">
|
|
Nothing here.
|
|
<script>
|
|
var root = document.documentElement;
|
|
root.parentNode.removeChild(root);
|
|
</script>
|