Add site definition worker inference
This commit is contained in:
parent
134157bc71
commit
3ccdaaf953
17 changed files with 250 additions and 50 deletions
10
tests/fixtures/threads-post-page.html
vendored
Normal file
10
tests/fixtures/threads-post-page.html
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<main>
|
||||
<div data-pagelet="threads_post_page_0">
|
||||
<a href="/@alice/post/ABC123"><span dir="auto">12h</span></a>
|
||||
<span dir="auto">The main post on the Threads detail page</span>
|
||||
</div>
|
||||
<div data-pagelet="threads_post_page_1">
|
||||
<a href="/@bob/post/DEF456"><span dir="auto">1h</span></a>
|
||||
<span dir="auto">A reply on the Threads detail page</span>
|
||||
</div>
|
||||
</main>
|
||||
Loading…
Reference in a new issue