spec/fixtures/foo.html in butternut-0.0.1 vs spec/fixtures/foo.html in butternut-0.1.0
- old
+ new
@@ -1,10 +1,10 @@
<html>
<head>
<title>Foo</title>
<link rel="stylesheet" href="foo.css" type="text/css"/>
- <link rel="stylesheet" href="/css/bar.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"/>
@@ -15,7 +15,12 @@
<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>