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

Unified Diff: third_party/WebKit/Source/core/testing/data/viewport-2-div.html

Issue 2991253002: Revert of Disable hover state change for touch event on page with viewport meta and mobile. (Closed)
Patch Set: update Created 3 years, 4 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 | « third_party/WebKit/Source/core/testing/data/noviewport-2-div.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/testing/data/viewport-2-div.html
diff --git a/third_party/WebKit/Source/core/testing/data/viewport-2-div.html b/third_party/WebKit/Source/core/testing/data/viewport-2-div.html
deleted file mode 100644
index eb8658b3c87b9009dbd285e7f8fdfc81ef56da26..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/core/testing/data/viewport-2-div.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-
-<meta name="viewport" content="width=device-width, initial-scale=1">
-
-<style>
-div {
- width: 100px;
- height: 100px;
-}
-</style>
-
-<div id='div1'></div>
-<div id='div2'></div>
« no previous file with comments | « third_party/WebKit/Source/core/testing/data/noviewport-2-div.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698