1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/spec/support/views/simple.erb
2014-04-14 08:56:44 -04:00

15 lines
217 B
Text

<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<ul>
<li><a id="nav" href="/">Home</a></li>
</ul>
<a href="/">Link</a>
<p id="break">Foo<br>Bar</p>
</body>
</html>