Initial commit
This commit is contained in:
commit
6072b2ba29
844 changed files with 220532 additions and 0 deletions
13
app/src/main/assets/test_chapter_1.html
Normal file
13
app/src/main/assets/test_chapter_1.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!-- 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue