root/public/javascripts/scriptaculous/test/run_functional_tests.html @ 7

Revision 1, 0.5 kB (checked in by falcon, 17 years ago)

Version one -> initial work from the laptop.

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4  <head>
5    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
6    <title>script.aculo.us functional tests</title>
7  </head>
8
9  <frameset cols="250,*">
10    <frame name="controls" src="functional/index.html" />
11    <frame name="test" />
12  </frameset>
13
14  <noframes>
15    <body>
16      Heya, 1995!
17    </body>
18  </noframes>
19
20</html>
Note: See TracBrowser for help on using the browser.