[ITC][webkit2][ACR-1021][adding sample html file]
authorsri <sp.pradhan@samsung.com>
Fri, 4 Aug 2017 07:35:41 +0000 (13:05 +0530)
committersri <sp.pradhan@samsung.com>
Fri, 4 Aug 2017 07:35:41 +0000 (13:05 +0530)
Change-Id: I71e8c8054bf408f4be4faa2f93abea63e68c3b23
Signed-off-by: sri <sp.pradhan@samsung.com>
src/itc/webkit2/res/ewk_view/original_url_get.html [new file with mode: 0644]

diff --git a/src/itc/webkit2/res/ewk_view/original_url_get.html b/src/itc/webkit2/res/ewk_view/original_url_get.html
new file mode 100644 (file)
index 0000000..7d398ba
--- /dev/null
@@ -0,0 +1,17 @@
+<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>