summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/syntax/idl/putforwards.widl
blob: 1e50a4ee394f5de6aedb29cd4ff918f3382b04dd (plain)
1
2
3
4
5
// Extracted from http://dev.w3.org/2006/webapi/WebIDL/ on 2011-05-06
interface Person {
  [PutForwards=full] readonly attribute Name name;
  attribute unsigned short age;
};