Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/base/crashtests/crashtests.list
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
var div = document.getElementsByTagName("div")[0];
div.childNodes[1].convertPointFromNode({x:0, y:0}, div.childNodes[0]);
}
</script>
</head>
<body onload="boom();">
<div><span>אC</span> </div>
</body>
</html>