Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<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>