TabFS/test/test-resources/test-page.html
Omar Rizwan 11cf48259a test: separate tests from background.js, clean up and document a bit
also makes the test more lenient (subset instead of equality for tab
entries)
2021-03-14 21:33:23 -07:00

12 lines
214 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title of Test Page</title>
<script src="test-script.js"></script>
</head>
<body>
Body Text of Test Page
</body>
</html>