15 lines
466 B
HTML
15 lines
466 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=1292004">
|
|
<div style="columns:2;">
|
|
<span></span>
|
|
<div id="removeme" style="column-span:all;"></div>
|
|
<span>
|
|
<div style="column-span:all;"></div>
|
|
</span>
|
|
<div style="column-span:all;"></div>
|
|
</div>
|
|
<script>
|
|
document.body.offsetTop;
|
|
removeme.style.display = "none";
|
|
</script>
|