summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/syntax/idl/treatasundefined.widl
blob: e30050f8413403d2440b26c3a00e3ec6c5aab793 (plain)
1
2
3
4
5
6
7
// Extracted from http://dev.w3.org/2006/webapi/WebIDL/ on 2011-05-06
interface Cat {
  attribute DOMString name;
  attribute DOMString owner;

  boolean isMemberOfBreed([TreatUndefinedAs=EmptyString] DOMString breedName);
};