зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
456 B
HTML
11 строки
456 B
HTML
<style></style>
|
|
<script>
|
|
try { o1 = document.createElement('r') } catch(e) { }
|
|
try { o2 = document.createElement('input') } catch(e) { }
|
|
try { document.documentElement.appendChild(o1) } catch(e) { }
|
|
try { document.documentElement.appendChild(o2) } catch(e) { }
|
|
try { document.styleSheets[0].insertRule('*, :first-line { float:left }', 0); } catch(e) { }
|
|
try { o1.getClientRects() } catch(e) { }
|
|
try { o2.type = 'url' } catch(e) { }
|
|
</script>
|