Index: Source/bindings/tests/idls/core/Uint8ClampedArray.idl |
diff --git a/Source/core/html/HTMLPictureElement.idl b/Source/bindings/tests/idls/core/Uint8ClampedArray.idl |
similarity index 51% |
copy from Source/core/html/HTMLPictureElement.idl |
copy to Source/bindings/tests/idls/core/Uint8ClampedArray.idl |
index 649316cb8a1be19e29c17f14bfbc5b6e10397164..13f411c85fb75fbed2a4affe6d77175671d24bb8 100644 |
--- a/Source/core/html/HTMLPictureElement.idl |
+++ b/Source/bindings/tests/idls/core/Uint8ClampedArray.idl |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// http://picture.responsiveimages.org |
+// https://www.khronos.org/registry/typedarray/specs/latest/#TYPEDARRAYS |
+ |
[ |
- RuntimeEnabled=Picture |
-] interface HTMLPictureElement : HTMLElement { |
+ ImplementedAs=TestUint8ClampedArray, |
+] interface Uint8ClampedArray : ArrayBufferView { |
}; |
- |