diff options
Diffstat (limited to 'tests/ecmas.html')
-rwxr-xr-x | tests/ecmas.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/ecmas.html b/tests/ecmas.html deleted file mode 100755 index 2004387a1..000000000 --- a/tests/ecmas.html +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<!-- This has been written by hand. (c) 2010 Andreas Rumpf --> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title>Nimrod ECMAScript Generator Test</title> -<style type="text/css"> -span.DecNumber {color: blue} -</style> -<script src="nimcache/ecmas.js" type="text/javascript"></script> -</head> -<body onload="OnLoad()"> -<form name="form1" action="ecmas.html"> - <input type="text" name="input1" size="10" /> - <input type="button" value="Calculate square" onclick="OnButtonClick()" /> -</form> - -</body> -</html> |