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

Unified Diff: LayoutTests/fast/css/resize-corner-tracking-touch.html

Issue 338543003: Gesture event hit test refactoring and reduction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix release build Created 6 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: LayoutTests/fast/css/resize-corner-tracking-touch.html
diff --git a/LayoutTests/fast/css/resize-corner-tracking-touch.html b/LayoutTests/fast/css/resize-corner-tracking-touch.html
index c54fda74c55540dd29ef73abbf21592b91bb09ef..68f536863acb73a662ad90139ee1f66e20f1d4ab 100644
--- a/LayoutTests/fast/css/resize-corner-tracking-touch.html
+++ b/LayoutTests/fast/css/resize-corner-tracking-touch.html
@@ -60,8 +60,7 @@
// the object, will do the resize.
// 3. Touch scrolling starting at inside the object, and only a little bit
// off the resizer area, e.g. offset (-20, -20) to bottom right corner of
- // the object, will do the resize for div/textarea. (not work for the
- // iframe case, and may add support in the future)
+ // the object, will do the resize.
resize("div", -6, -7, 20, 10, "resize");
resize("div", 6, 7, 20, 10, "noresize");
@@ -71,7 +70,7 @@
document.documentElement.scrollTop += 100;
resize("iframe1", -6, -7, 20, 10, "resize");
- resize("iframe1", -20, -20, 20, 10, "noresize");
+ resize("iframe1", -20, -20, 20, 10, "resize");
resizeInIframe("textarea2", "iframe1", -6, -7, 20, 20, "resize");
}
</script>

Powered by Google App Engine
This is Rietveld 408576698