blob: 7e0171739754265f00a37c77c131cfd255b2941a [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<style>
.table:nth-last-child(even) { line-height: 100%; }
</style>
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
function runTest()
{
var test = document.getElementById('test');
test.parentNode.removeChild(test);
if (window.layoutTestController)
layoutTestController.notifyDone();
}
setTimeout("runTest()", 0);
</script>
<table class=table>
<td><rt>PASS</rt></junk></td>
<table><span id="test"></table>
</table>
</html>