mirror of https://github.com/scrapy/scrapy.git
Added test's missing sample file
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40595
This commit is contained in:
parent
91a23e61bf
commit
e0cb3c1ec4
|
|
@ -0,0 +1,21 @@
|
|||
<html>
|
||||
<head>
|
||||
<base href='http://examplesite.com' />
|
||||
<title>Sample page with image links for testing ImageLinkExtractor</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id='wrapper'>
|
||||
<div id='subwrapper'>
|
||||
<img src='sample1.jpg' alt='sample 1' />
|
||||
|
||||
<a href='sample2.html' title='sample 2'>
|
||||
<img src='sample2.jpg' alt='sample 2' />
|
||||
</a>
|
||||
|
||||
<a href='sample3.html' title='sample 3'>sample 3 image</a>
|
||||
</div>
|
||||
<img src='sample4.jpg' title='sample 4' />
|
||||
<img src='sample4.jpg' title='sample 4 repetition' />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue