Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug1220.html
blob771e515dbc6f7a5b6c4065e776bb5c7bce11ea52
1 <HTML><BODY>
3 <TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=602 BORDER=1>
4 <TR>
5 <TD COLSPAN="2" ROWSPAN=2 VALIGN=TOP BGCOLOR="#FFFFFF">
6 <IMG
7 src="../images/wiz438sidebar.gif"
8 ALT="" BORDER=0>
9 </TD>
10 </TR>
12 <!-- RICK: this is a parser problem Remove the script tag and the content
13 doesn't get ejected from the table. -->
14 <SCRIPT LANGUAGE=javascript>
15 <!--
16 function handleTrigger()
18 if (event.ctrlKey == true && event.shiftKey == true)
19 document.all("E").value = "1";
21 document.onclick = handleTrigger;
22 //-->
23 </SCRIPT>
25 <TR>
26 <TD COLSPAN=6 HEIGHT="45" ALIGN=RIGHT>xxx</TD>
27 </TR>
29 </TABLE>
30 </BODY></HTML>