haystack/test/samples/crawler/page_w_hidden_text.html
ZanSara 3ffdb0a9a3
chore: fix all EOF (#3852)
* fix all eof

* fix test

* fix test

* fix test

* typo

* fix sample

* fix sample

* add logs

* fix page_dynamic_result.txt
2023-01-16 12:34:50 +01:00

11 lines
159 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test Page</title>
</head>
<body>
<p>visible text</p>
<p style="display: none">hidden text</p>
</body>
</html>