Index: bindings/tests/idls/SVGTestInterface.idl |
diff --git a/modules/quota/StorageInfo.idl b/bindings/tests/idls/SVGTestInterface.idl |
similarity index 82% |
copy from modules/quota/StorageInfo.idl |
copy to bindings/tests/idls/SVGTestInterface.idl |
index feec250125d91f90a9c268b29972c24ba68e903c..6c7511ee8e707b5ab6df922d6764484dbb2b0e7d 100644 |
--- a/modules/quota/StorageInfo.idl |
+++ b/bindings/tests/idls/SVGTestInterface.idl |
@@ -28,11 +28,12 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+ |
+// This test files starts with 'SVG' because /^SVG/ is used as a check |
+// for SVG interfaces (to use SVGNames for [Reflect] attributes) |
[ |
- WillBeGarbageCollected, |
- NoInterfaceObject, |
- RuntimeEnabled=QuotaPromise |
-] interface StorageInfo { |
- readonly attribute unsigned long long usage; |
- readonly attribute unsigned long long quota; |
+ DependentLifetime, |
+] interface SVGTestInterface { |
+ [Reflect] attribute DOMString type; // Test SVGNames namespace |
+ // [Immutable] attribute SVGPoint immutablePoint; // [Immutable] is a nop |
}; |