summaryrefslogtreecommitdiffstats
path: root/toolkit/components/webextensions/test/mochitest/file_sample.html
blob: a20e49a1f0aa30e77a262d492b0451dab6838a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>

<html>
<head>
<meta charset="utf-8">
</head>
<body>

<div id="test">Sample text</div>

</body>
</html>