freeCodeCamp/bower_components/jsdom/test/level2/html/files/scriptinline.html

13 lines
384 B
HTML
Raw Normal View History

2014-10-13 21:14:51 +00:00
<!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>