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

Unified Diff: third_party/WebKit/Source/web/tests/data/noviewport-2-div.html

Issue 2931433002: Disable hover state change for touch event on page with viewport meta and mobile. (Closed)
Patch Set: merge crrev.com/2934853002 Created 3 years, 6 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: third_party/WebKit/Source/web/tests/data/noviewport-2-div.html
diff --git a/third_party/WebKit/Source/web/tests/data/noviewport-2-div.html b/third_party/WebKit/Source/web/tests/data/noviewport-2-div.html
new file mode 100644
index 0000000000000000000000000000000000000000..9a52639a0612c128e74dee855aa882c9e9afdda1
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/noviewport-2-div.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+
+<style>
+div {
+ width: 100px;
+ height: 100px;
+}
+</style>
+
+<div id='div1'></div>
+<div id='div2'></div>
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/Source/web/tests/data/viewport-2-div.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698