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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-disabled.html

Issue 2492623002: Implementation for feature policy - vibrate. (Closed)
Patch Set: Update layout test result Created 4 years, 1 month 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/feature-policy/resources/feature-policy-vibrate-disabled.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-disabled.html b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-disabled.html
new file mode 100644
index 0000000000000000000000000000000000000000..4fdb34be1e232066d531027e2fb7569a5ef815df
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-vibrate-disabled.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<head>
+ <title>Feature-Policy Vibrate Disabled</title>
+ <script src="/resources/testharness.js"></script>
+ <script src="/resources/testharnessreport.js"></script>
+</head>
+<script>
+ test(function() {
+ assert_false(navigator.vibrate(200));
+ }, 'No iframe may call navigator.vibrate when disabled.');
+</script>

Powered by Google App Engine
This is Rietveld 408576698