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

Unified Diff: LayoutTests/fast/events/touch/touch-action-double-remove.html

Issue 647503002: Only unregister touch action handler conditionally (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « no previous file | Source/core/rendering/RenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/touch/touch-action-double-remove.html
diff --git a/LayoutTests/fast/events/touch/touch-action-double-remove.html b/LayoutTests/fast/events/touch/touch-action-double-remove.html
new file mode 100644
index 0000000000000000000000000000000000000000..ddfded9df5217eff7fc8d39d8cce90f566c1e796
--- /dev/null
+++ b/LayoutTests/fast/events/touch/touch-action-double-remove.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<script src="../../../resources/js-test.js"></script>
+<style>
+* {
Rick Byers 2014/10/09 19:29:34 does this really need to be * (that's rare) or is
+ touch-action:none;
+}
+</style>
+<script>
+onload = function() {
Rick Byers 2014/10/09 19:29:34 please add a description() - i.e. what exactly is
+ document.writeln('PASS');
+}
+</script>
+<source onerror="foo()">
Rick Byers 2014/10/09 19:29:34 I thought <source> was only valid inside of <pictu
« no previous file with comments | « no previous file | Source/core/rendering/RenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698