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

Unified Diff: Source/web/tests/data/pinch-viewport-input-field.html

Issue 268363013: Text selection handles now take into account pinch viewport's offset. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/PinchViewportTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/pinch-viewport-input-field.html
diff --git a/Source/web/tests/data/200-by-300-viewport.html b/Source/web/tests/data/pinch-viewport-input-field.html
similarity index 56%
copy from Source/web/tests/data/200-by-300-viewport.html
copy to Source/web/tests/data/pinch-viewport-input-field.html
index 497227b0514b019425a88878be2c2cf9c03a777d..b31a09ea3cfc20f4ed6a8e21a9b51afc735249b1 100644
--- a/Source/web/tests/data/200-by-300-viewport.html
+++ b/Source/web/tests/data/pinch-viewport-input-field.html
@@ -2,24 +2,25 @@
<html>
<head>
- <meta name="viewport" content="width=200">
<style>
::-webkit-scrollbar {
width: 0px;
+ height: 0px;
}
body {
margin: 0px;
}
#content {
background: silver;
- width: 200px;
- height: 300px;
+ width: 500px;
+ height: 600px;
}
</style>
</head>
<body>
<div id="content">a</div>
+ <input style="border: 0px; padding: 0px; position: absolute; left: 200px; top:600px; width: 100px; height: 20px" type="text">
</body>
</html>
« no previous file with comments | « Source/web/tests/PinchViewportTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698