~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug21918.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<TABLE border>
 
2
 <SCRIPT>
 
3
  function bar()
 
4
  {}
 
5
 </SCRIPT>
 
6
 <TR> 
 
7
  <TD>foo</TD>
 
8
 </TR>
 
9
</TABLE>
 
10
<BR>
 
11
 
 
12
<TABLE border>
 
13
 <SCRIPT>
 
14
  function test()
 
15
  {
 
16
  }
 
17
  </SCRIPT>
 
18
 <TR>
 
19
  <TD>
 
20
 
 
21
<SCRIPT>
 
22
document.write('blah');
 
23
</SCRIPT>
 
24
 
 
25
  </TD>
 
26
  </TR>
 
27
 </TABLE>
 
28