start building out views

This commit is contained in:
Michael Q Larson
2014-10-13 14:14:51 -07:00
parent d87db465ad
commit a5985cd73d
435 changed files with 248550 additions and 1172 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; CHARSET=utf-8">
<title>JSDom Document.write Regression Test</title>
</head>
<body onload="parent.loadComplete()">
<script TYPE="text/javascript">document.write('<p id="inlinetest">Test</p>');</script>
<p id="existingtag">Hello World</p>
</body>
</html>