13 lines
No EOL
348 B
HTML
13 lines
No EOL
348 B
HTML
<!-- assets\test_chapter_1.html -->
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Test Chapter 1</title>
|
|
</head>
|
|
<body>
|
|
<p id='first_para'>Hello World</p>
|
|
<p>This is a test chapter for UI testing.</p>
|
|
<p id='search_target'>You can search for the word Espresso.</p>
|
|
<p>Another paragraph with the word espresso but lowercase.</p>
|
|
</body>
|
|
</html> |