Sha256: d0c1fba0163feb68dd88a1be91801cbb184eba13644372d03097218020c3bac2
Contents?: true
Size: 841 Bytes
Versions: 3
Compression:
Stored size: 841 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"/> <img src="//baduri/pants.png"/> <div class="facepalm"> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
butternut-0.2.2-java | spec/fixtures/foo.html |
butternut-0.2.1 | spec/fixtures/foo.html |
butternut-0.2.0 | spec/fixtures/foo.html |