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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/vibration/vibrate-in-same-origin-iframe-with-user-gesture-allowed.html

Issue 2834493002: Remove vibrate w/o user gesture by default (Closed)
Patch Set: Change to turn on by default Created 3 years, 8 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: third_party/WebKit/LayoutTests/http/tests/security/vibration/vibrate-in-same-origin-iframe-with-user-gesture-allowed.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/vibration/vibrate-in-same-origin-iframe-with-user-gesture-allowed.html b/third_party/WebKit/LayoutTests/http/tests/security/vibration/vibrate-in-same-origin-iframe-with-user-gesture-allowed.html
index 7e8f2f3dc81e4e29aac399175af27df644286e8c..e034dfc9440a1192bfba5f4879d405f678011bb6 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/vibration/vibrate-in-same-origin-iframe-with-user-gesture-allowed.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/vibration/vibrate-in-same-origin-iframe-with-user-gesture-allowed.html
@@ -21,6 +21,6 @@
<body onload="loaded();">
<p>This tests that a same-origin iframe with user gesture can vibrate.</p>
<h4>DOMAIN</h4>
- <iframe id="i" src="resources/vibrate-in-same-origin-iframe-with-user-gesture-allowed.html"></iframe>
+ <iframe id="i" src="resources/vibrate-in-iframe-with-user-gesture-allowed.html"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698