git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Web Inspector: Do not dispatch mousemove when emulating touch event and no touch...
[WebKit-https.git]
/
LayoutTests
/
fast
/
events
/
touch
/
emulated-touch-iframe.html
diff --git
a/LayoutTests/fast/events/touch/emulated-touch-iframe.html
b/LayoutTests/fast/events/touch/emulated-touch-iframe.html
index
8871cd6
..
f6ebc23
100644
(file)
--- a/
LayoutTests/fast/events/touch/emulated-touch-iframe.html
+++ b/
LayoutTests/fast/events/touch/emulated-touch-iframe.html
@@
-21,6
+21,7
@@
function testComplete()
}
debug("touchend (test will time out if broken)");
+ window.internals.settings.setTouchEventEmulationEnabled(false);
window.testRunner.notifyDone();
}