blob: bd2a6fabc191c32e9eb46f0da5743e7f9ad02a4a [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
interface TestSpecialOperationsInt {
getter long (unsigned long index);
setter void (unsigned long index, unsigned long value);
getter long (DOMString name);
setter void (DOMString name, unsigned long value);
};