mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 01:25:53 -04:00
test: add extract follow test fixtures
This commit is contained in:
7
src/browser/tests/extract_follow_item.html
Normal file
7
src/browser/tests/extract_follow_item.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div class="comment"><span class="author">alice</span><span class="text">hello</span></div>
|
||||
<div class="comment"><span class="author">bob</span><span class="text">world</span></div>
|
||||
</body>
|
||||
</html>
|
||||
9
src/browser/tests/extract_follow_list.html
Normal file
9
src/browser/tests/extract_follow_list.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<table>
|
||||
<tr class="row" id="1"><td><a class="link" href="extract_follow_item.html?id=1">First</a></td></tr>
|
||||
<tr class="row" id="2"><td><a class="link" href="extract_follow_item.html?id=2">Second</a></td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user