Change-Id: I71e8c8054bf408f4be4faa2f93abea63e68c3b23
Signed-off-by: sri <sp.pradhan@samsung.com>
--- /dev/null
+<html>
+<!--
+This test file is common file and can be used by EWK APIs to load web pages.
+-->
+<head>
+ <title>Test file</title>
+</head>
+<body>
+ <h1>Sample HTML</h1>
+ <p>This is sample html page to be used in test suite when loading of a page is required.</p>
+ <p id="getParaContent">test content</p>
+<script>
+location.hash="paracontent";
+document.getElementById("getParaContent").innerHTML="Page navigated to this paragraph id";
+</script>
+</body>
+</html>