diff options
Diffstat (limited to 'components/script_bindings/webidls/Window.webidl')
-rw-r--r-- | components/script_bindings/webidls/Window.webidl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/components/script_bindings/webidls/Window.webidl b/components/script_bindings/webidls/Window.webidl index 222fb592ba0..c7b6dde617d 100644 --- a/components/script_bindings/webidls/Window.webidl +++ b/components/script_bindings/webidls/Window.webidl @@ -166,13 +166,6 @@ Window includes WindowLocalStorage; // http://w3c.github.io/animation-timing/#framerequestcallback callback FrameRequestCallback = undefined (DOMHighResTimeStamp time); -// https://webbluetoothcg.github.io/web-bluetooth/tests#test-interfaces -partial interface Window { - [Pref="dom_bluetooth_testing_enabled", Exposed=Window] - readonly attribute TestRunner testRunner; - //readonly attribute EventSender eventSender; -}; - partial interface Window { [Pref="css_animations_testing_enabled"] readonly attribute unsigned long runningAnimationCount; |