Primer commit del sistema avantika sin cambios
This commit is contained in:
20
javascript/scoluos/test/run_functional_tests.html
Executable file
20
javascript/scoluos/test/run_functional_tests.html
Executable file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<title>script.aculo.us functional tests</title>
|
||||
</head>
|
||||
|
||||
<frameset cols="250,*">
|
||||
<frame name="controls" src="functional/index.html" />
|
||||
<frame name="test" />
|
||||
</frameset>
|
||||
|
||||
<noframes>
|
||||
<body>
|
||||
Heya, 1995!
|
||||
</body>
|
||||
</noframes>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user