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

Unified Diff: Source/modules/vibration/testing/InternalsVibration.idl

Issue 40443002: Add Vibration API layout tests that inspect internal state. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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: Source/modules/vibration/testing/InternalsVibration.idl
diff --git a/Source/modules/vibration/testing/InternalsVibration.idl b/Source/modules/vibration/testing/InternalsVibration.idl
index 9070803c232e48059ec2993ffc30ed24ec9746b3..13e26b256de50c5b5ae46b01f53fffb42e6c3740 100644
--- a/Source/modules/vibration/testing/InternalsVibration.idl
+++ b/Source/modules/vibration/testing/InternalsVibration.idl
@@ -30,4 +30,5 @@
partial interface Internals {
boolean isVibrating(Document document);
+ sequence<unsigned long> getVibrationPattern(Document document);
};

Powered by Google App Engine
This is Rietveld 408576698