source: Dev/trunk/src/client/dojox/html/tests/unformatted.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: 308 bytes
Line 
1<script type="text/javascript">
2var foo = true;
3if(!foo){
4alert("Should not be here.");
5}
6</script>
7<h1>This page has no formatting</h1>
8No kidding.  It looks horrible!  Ugh.
9<table>
10<tbody>
11<tr>
12<td>One cell</td>
13<td>
14Two cell
15</td>
16</tr>
17</tbody>
18</table>
19<ul>
20<li>item one</li>
21<li>
22item two
23</li>
24</ul>
25
Note: See TracBrowser for help on using the repository browser.