Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<html>
<head>
<script type="text/javascript">
window.addEventListener('load', function() {
document.getElementsByTagName('tr')[1].insertBefore(document.createElement('link'), document.getElementsByTagName('tr')[1].firstChild);
});
</script>
</head>
<body>
<table>
<tr><td>foo</td></tr>
<tr><td>foo</td></tr>
</table>
</body>
</html>