Sha256: 23f26c95f79c5b04bb9f02f975de8e7056dcd08b636790a2cb7519e4da93ee2f
Contents?: true
Size: 805 Bytes
Versions: 1
Compression:
Stored size: 805 Bytes
Contents
<html> <head> <title>Foo</title> <link rel="stylesheet" href="foo.css" type="text/css"/> <link rel="stylesheet" href="css/bar.css" type="text/css"/> <script type="text/javascript" src="foo.js"></script> </head> <body> Foo <img src="picard.jpg"/> <a href="http://picard.ytmnd.com/">Picard song</a> <form action="foo.html" method="post"> <input type="text" name="foo" /> <select name="bar"> <option>pants</option> </select> <textarea name="yar"></textarea> <input type="submit" value="Submit" /> </form> <img src="/roflpwnage/missing_file_omg.gif"/> <img src="http://google.com/missing_file_omg.gif"/> <img src="ftp://mirror.anl.gov/missing_file_omg.gif"/> <div class="facepalm"> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
butternut-0.1.0 | spec/fixtures/foo.html |