+++ /dev/null
-<!DOCTYPE html>
-<!--
-Copyright (c) 2016 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-Author:
- Hyukin Kwon <hyukin.kwon@samsung.com>
-
--->
-<html>
-<head>
-<title>SystemInfo_getCapability_net_proxy</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-<script src="support/systeminfo_common.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: SystemInfo_getCapability_net_proxy
-//==== LABEL Check if getCapability() method of SystemInfo with net_proxy attribute works properly
-//==== SPEC Tizen Web API:System:SystemInfo:getCapability M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systeminfo.html
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-
-test(function () {
- var deviceCapability = tizen.systeminfo.getCapability("http://tizen.org/feature/network.net_proxy");
- assert_type(deviceCapability, "boolean", "deviceCapability should be a boolean");
-}, document.title);
-
-</script>
-</body>
-</html>
--- /dev/null
+<!DOCTYPE html>
+<!--
+Copyright (c) 2016 Samsung Electronics Co., Ltd.
+
+Licensed under the Apache License, Version 2.0 (the License);
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+Author:
+ Hyukin Kwon <hyukin.kwon@samsung.com>
+
+-->
+<html>
+<head>
+<title>SystemInfo_getCapability_net_proxy</title>
+<meta charset="utf-8"/>
+<script src="support/unitcommon.js"></script>
+<script src="support/systeminfo_common.js"></script>
+</head>
+<body>
+<div id="log"></div>
+<script>
+//==== TEST: SystemInfo_getCapability_net_proxy
+//==== LABEL Check if getCapability() method of SystemInfo with net_proxy attribute works properly
+//==== SPEC Tizen Web API:System:SystemInfo:getCapability M
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systeminfo.html
+//==== PRIORITY P1
+//==== TEST_CRITERIA MR
+
+test(function () {
+ var deviceCapability = tizen.systeminfo.getCapability("http://tizen.org/feature/network.net_proxy");
+ assert_type(deviceCapability, "boolean", "deviceCapability should be a boolean");
+}, document.title);
+
+</script>
+</body>
+</html>