Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: ios/testing/data/http_server_files/request_desktop_test_page.html

Issue 2789433006: Implement request mobile site. (Closed)
Patch Set: Fix failing eg tests on iPad. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/testing/BUILD.gn ('k') | ios/testing/data/http_server_files/user_agent_test_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « ios/testing/BUILD.gn ('k') | ios/testing/data/http_server_files/user_agent_test_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698