source: Dev/trunk/src/client/dojox/html/tests/formatted.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

  • Property svn:executable set to *
File size: 433 bytes
Line 
1<script type="text/javascript">
2   var foo = true;
3   if(!foo){
4      alert("Should not be here.");
5   }
6</script>
7<h1>
8   This page has no formatting
9</h1>
10No kidding.  It looks horrible!  Ugh.
11<table>
12   <tbody>
13      <tr>
14         <td>
15            One cell
16         </td>
17         <td>
18            Two cell
19         </td>
20      </tr>
21   </tbody>
22</table>
23<ul>
24   <li>
25      item one
26   </li>
27   <li>
28      item two
29   </li>
30</ul>
Note: See TracBrowser for help on using the repository browser.