[crawler]
This commit is contained in:
17
tests/fixtures/sample_perfume.html
vendored
Normal file
17
tests/fixtures/sample_perfume.html
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Neroli Summer Eau de Parfum</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Neroli Summer Eau de Parfum</h1>
|
||||
<p>Brand: Example Maison</p>
|
||||
<p>Top notes: Bergamot, Neroli</p>
|
||||
<p>Middle notes: Jasmine</p>
|
||||
<p>Base notes: Musk</p>
|
||||
<p>A fresh daily perfume for summer office wear.</p>
|
||||
<p>Price $89</p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user