Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / tests / idls / core / TestInterfaceConstructor4.idl
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Test for overload resolution for the string-like USVString
6 // argument.
7 [
8     Constructor(TestInterfaceConstructor4 testInterface4Arg),
9     Constructor(USVString usvStringArg),
10 ] interface TestInterfaceConstructor4 {
11 };