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

Unified Diff: Source/WebKit/chromium/tests/data/disambiguation_popup_mobile_site.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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
Index: Source/WebKit/chromium/tests/data/disambiguation_popup_mobile_site.html
diff --git a/Source/WebKit/chromium/tests/data/disambiguation_popup_mobile_site.html b/Source/WebKit/chromium/tests/data/disambiguation_popup_mobile_site.html
deleted file mode 100644
index 3d468f2e00a87bba77198d61466d3d188c0efac1..0000000000000000000000000000000000000000
--- a/Source/WebKit/chromium/tests/data/disambiguation_popup_mobile_site.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<html>
-<head>
-<title>Disambiguation Popup Test</title>
-<style type="text/css">
-.horizontal-link {
- display:block;
- width:200px;
- height:30px;
- margin:20px;
- background-color:#ccccff;
-}
-.vertical-link {
- display:inline-block;
- width:30px;
- height:200px;
- margin:10px;
- background-color:#ccccff;
-}
-</style>
-<meta name="viewport" content="width=device-width">
-</head>
-<body style="margin:0px;">
-<a href="#" class="horizontal-link" style="margin:100px">Link</a>
-<a href="#" class="horizontal-link">Link 1</a>
-<a href="#" class="horizontal-link">Link 2</a>
-<a href="#" class="horizontal-link">Link 3</a>
-<a href="#" class="horizontal-link">Link 4</a>
-<a href="#" class="horizontal-link">Link 5</a>
-<a href="#" class="vertical-link">Link 1</a><a href="#" class="vertical-link">Link 2</a><a href="#" class="vertical-link">Link 3</a><a href="#" class="vertical-link">Link 4</a><a href="#" class="vertical-link">Link 5</a>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698