gecko-dev/dom/html/test/dummy_page.html
Xidorn Quan 1565a19749 Bug 1191597 part 1 - Add head.js and dummy page for browser chrome test. r=smaug
--HG--
extra : source : 1cf0a54ddb55b0434fa44851bf11be7415d0a27d
2016-01-11 09:38:53 +11:00

11 lines
149 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Dummy test page</title>
<meta charset="utf-8"/>
</head>
<body>
<p>Dummy test page</p>
</body>
</html>