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

Unified Diff: ManualTests/blackberry/slider-thumb-consumes-event.html

Issue 780003004: Cleanup: Remove notification test from blackberry. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: g rm -rf ManualTests/blackberry Created 6 years 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: ManualTests/blackberry/slider-thumb-consumes-event.html
diff --git a/ManualTests/blackberry/slider-thumb-consumes-event.html b/ManualTests/blackberry/slider-thumb-consumes-event.html
deleted file mode 100644
index de216cc0d82196714cbb701cc86c47a89938ba99..0000000000000000000000000000000000000000
--- a/ManualTests/blackberry/slider-thumb-consumes-event.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
-<title> Slider thumb should eat event </title>
-</head>
-
-<body>
-<p>
-This test case verifies that an event should be comsumed <br>
-by the slider thumb element when pressed on it, to prevent<br>
-the event been used for page zooming or scrolling. <br><br>
-
-Steps to verify:<br>
-1. Zoom in the page.<br>
-2. Press and drag the slider thumb.<br><br>
-
-If the slider changes but the page stays, it SUCCEEDS.<br>
-othersie, if the page scrolls, it FAILS.<br><br>
-
-range: <input type="range" min="0" max="100" step="1" /><br>
-</body>
-</html>
« no previous file with comments | « ManualTests/blackberry/selection-touch-override.html ('k') | ManualTests/blackberry/video-hls-controls.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698