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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/viewport-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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/noviewport-2-div.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <meta name="viewport" content="width=device-width, initial-scale=1">
4
5 <style>
6 div {
7 width: 100px;
8 height: 100px;
9 }
10 </style>
11
12 <div id='div1'></div>
13 <div id='div2'></div>
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/noviewport-2-div.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698