| Index: ios/testing/data/http_server_files/request_desktop_test_page.html
|
| diff --git a/ios/testing/data/http_server_files/request_desktop_test_page.html b/ios/testing/data/http_server_files/request_desktop_test_page.html
|
| deleted file mode 100644
|
| index 0feb62c45033e9a91b0941ae82170a5336fdc503..0000000000000000000000000000000000000000
|
| --- a/ios/testing/data/http_server_files/request_desktop_test_page.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -
|
| -<!-- Copyright 2016 The Chromium Authors. All rights reserved.
|
| -Use of this source code is governed by a BSD-style license that can be
|
| -found in the LICENSE file. -->
|
| -
|
| -<html>
|
| -<head>
|
| -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
| -<title>Test Request Desktop Script Layer</title>
|
| -</head>
|
| -<body>
|
| -<script type="text/javascript">
|
| -if (navigator.appVersion.toLowerCase().indexOf("mobile") > -1)
|
| - document.write('Mobile');
|
| -else
|
| - document.write('Desktop');
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|