TabFS/test/test-resources/test-textarea.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

11 lines
190 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Textarea Test Page</title>
</head>
<body>
<textarea id="ta">initial text</textarea>
</body>
</html>