jruderman%hmc.edu 8d919035bd Add crashtests
git-svn-id: svn://10.0.0.236/trunk@242060 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-24 03:01:26 +00:00

30 lines
290 B
HTML

<html>
<head>
<style id="style"></style>
<script>
function hmm()
{
document.getElementById("style").textContent = "td { overflow: scroll; } table { background: lightblue; }";
}
</script>
</head>
<body onload="hmm()">
<table><tr><td>Foopy</td></tr></table>
</body>
</html>