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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug24503.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
<html><head><title>Testcase for bug 24503</title></head>
 
2
<body bgcolor="#CCCCCC">
 
3
 
 
4
<TABLE border=1>
 
5
<TR>
 
6
<TD BGCOLOR="#FFFFFF">appName</TD>
 
7
<TD BGCOLOR="#FFFFFF">
 
8
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
 
9
 
 
10
<!--
 
11
(navigator.appName) ? document.writeln(navigator.appName) 
 
12
                    : document.writeln("Property not supported!");
 
13
// -->
 
14
 
 
15
</SCRIPT>
 
16
rules!!!
 
17
</TD>
 
18
</TR>
 
19
</TABLE>
 
20
 
 
21
</body></html>