Skip to content

Instantly share code, notes, and snippets.

@javisantana
javisantana / js_test.html
Created May 10, 2011 21:28 — forked from raul/js_test.html
quick'n'dirty javascript testing framework
<!doctype html>
<html lang=en>
<head>
<title>quick'n'dirty js testing framework</title>
<meta charset=utf-8>
<style type="text/css" media="screen">
h1{ font: 1.5em Helvetica; }
p { font: .9em courier; padding: .5em 1em; margin: 0;}
.result { margin-top: 1px; }