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

13 lines
245 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jsdom Anchor Test</title>
</head>
<body onload="parent.loadComplete()">
<p>
<a href="special://www.github.com/tmpvar/jsdom" target="dynamic">View Submit Button</a>
</p>
</body>
</html>