This commit is contained in:
Jason Kratzer 2017-10-18 09:43:11 -04:00
Родитель ec3a155f1b
Коммит c3679cbcac
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,13 @@
<html>
<head>
<style>
HTML:first-line, DIV { position:fixed }
</style>
<script>
try { o1 = document.createElement('DIV') } catch(e) { }
try { document.documentElement.appendChild(o1) } catch(e) { }
try { document.documentElement.getBoundingClientRect() } catch(e) { }
try { document.styleSheets[0].cssRules[0].style['position'] = 'relative' } catch(e) { }
</script>
</head>
</html>

Просмотреть файл

@ -250,3 +250,4 @@ load 1404324-1.html
load 1404324-2.html
load 1404324-3.html
load 1404057.html
load 1409502.html