mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-03 01:01:13 -04:00
start building out views
This commit is contained in:
12
bower_components/jsdom/test/level2/html/files/scriptinline.html
vendored
Normal file
12
bower_components/jsdom/test/level2/html/files/scriptinline.html
vendored
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user