Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<script>
function go() {
window.getSelection().selectAllChildren(document.body.firstChild);
document.createElement("body").aLink = "-moz-mac-menuselect";
window.getSelection().getRangeAt(0).getClientRects();
}
</script>
<body onload=go()>