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

Unified Diff: chrome/test/functional/fullscreen_mouselock.py

Issue 10832119: Change test .html page to new pointer lock API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/fullscreen_mouselock.py
diff --git a/chrome/test/functional/fullscreen_mouselock.py b/chrome/test/functional/fullscreen_mouselock.py
index 847b71ed147a0a216f830edb3d67646bc227e5ae..1547039f936698892a810afb27af4eaebb8f7024 100755
--- a/chrome/test/functional/fullscreen_mouselock.py
+++ b/chrome/test/functional/fullscreen_mouselock.py
@@ -339,6 +339,7 @@ class FullscreenMouselockTest(pyauto.PyUITest):
self.assertTrue(
self.WaitUntil(lambda: self.IsMouseLockPermissionRequested()))
self.AcceptCurrentFullscreenOrMouseLockRequest()
+ self.assertTrue(self.WaitUntil(self.IsMouseLocked))
# Waits until lock_result gets 'success' or 'failure'.
lock_result = self._driver.execute_script('return lock_result')
self.assertEqual(
« no previous file with comments | « chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698