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

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: Rebase. Address review comments. 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
« no previous file with comments | « Source/modules/vibration/testing/InternalsVibration.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5da448440e4547440dac2730292cfcb7a3a6d5ca 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> pendingVibrationPattern(Document document);
};
« no previous file with comments | « Source/modules/vibration/testing/InternalsVibration.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698