| Index: bindings/tests/idls/TestInterfaceConstructor3.idl
|
| diff --git a/core/css/DocumentFontFaceSet.idl b/bindings/tests/idls/TestInterfaceConstructor3.idl
|
| similarity index 92%
|
| copy from core/css/DocumentFontFaceSet.idl
|
| copy to bindings/tests/idls/TestInterfaceConstructor3.idl
|
| index fc2cbc7a9d2201d4dddcfe7ecfd0d9049e444b13..19b6669a0e57ed612ba86fc12ddf6497c7495e6d 100644
|
| --- a/core/css/DocumentFontFaceSet.idl
|
| +++ b/bindings/tests/idls/TestInterfaceConstructor3.idl
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// Test for length > 0, non-overloaded constructor.
|
| [
|
| - RuntimeEnabled=FontLoadEvents,
|
| -] partial interface Document {
|
| - readonly attribute FontFaceSet fonts;
|
| + Constructor(DOMString stringArg),
|
| +] interface TestInterfaceConstructor3 {
|
| };
|
|
|