Index: bindings/tests/idls/core/Uint8ClampedArray.idl |
diff --git a/core/frame/ScrollOptions.idl b/bindings/tests/idls/core/Uint8ClampedArray.idl |
similarity index 51% |
copy from core/frame/ScrollOptions.idl |
copy to bindings/tests/idls/core/Uint8ClampedArray.idl |
index 8a2af31d66e7b464aa35db1f38b595118844445b..13f411c85fb75fbed2a4affe6d77175671d24bb8 100644 |
--- a/core/frame/ScrollOptions.idl |
+++ b/bindings/tests/idls/core/Uint8ClampedArray.idl |
@@ -2,10 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Spec: Non-standard |
+// https://www.khronos.org/registry/typedarray/specs/latest/#TYPEDARRAYS |
[ |
- GarbageCollected |
-] dictionary ScrollOptions { |
- DOMString behavior; |
+ ImplementedAs=TestUint8ClampedArray, |
+] interface Uint8ClampedArray : ArrayBufferView { |
}; |