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

Unified Diff: Source/web/tests/data/disambiguation_popup_200_by_800.html

Issue 602583003: Revert of Use the pinch viewport offset for tap disambiguation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebViewClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/disambiguation_popup_200_by_800.html
diff --git a/Source/web/tests/data/disambiguation_popup_200_by_800.html b/Source/web/tests/data/disambiguation_popup_200_by_800.html
deleted file mode 100644
index d4dce7beefb00c46ec38db0abe5ef2673e7fc0b5..0000000000000000000000000000000000000000
--- a/Source/web/tests/data/disambiguation_popup_200_by_800.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Disambiguation Popup Test with Virtual Viewport</title>
-
- <style type="text/css">
- body {
- margin: 0px;
- }
- .upper {
- background-color: #ffbbaa;
- width: 200px;
- height: 400px;
- }
- .lower {
- background-color: #ffddaa;
- width: 200px;
- height: 400px;
- }
- .horizontal-link {
- display:block;
- width:200px;
- height:30px;
- margin-top:2px;
- background-color:#ccccff;
- }
- </style>
- </head>
- <body>
- <div class="upper"></div>
- <div class="lower">
- <div style="height:200px"></div>
- <a href="#" class="horizontal-link">Link 1</a>
- <a href="#" class="horizontal-link">Link 2</a>
- </div>
- </body>
-</html>
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | public/web/WebViewClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698