Revision 3bacf4115fd29c0cf9962d264f3cf1f9b0a04708 authored by Sriram on 23 January 2018, 13:38:05 UTC, committed by Chromium WPT Sync on 23 January 2018, 13:38:05 UTC
Bug: 782555
Change-Id: I5c09a86b8290aee9288596055388976af3aa5818
1 parent 9c8964b
Raw File
attributes.widl
// Extracted from http://dev.w3.org/2006/webapi/WebIDL/ on 2011-05-06
exception InvalidName {
  DOMString reason;
};

exception NoSuchPet { };

interface Person {

  // A simple attribute that can be set to any value the range an unsigned
  // short can take.
  attribute unsigned short age;

};
back to top