blob: 2bfb6a74b00d388c5f585b10f2d56950155c2458 [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.
[
RuntimeEnabled=WebAnimationsAPI,
] partial interface Document {
readonly attribute Timeline timeline;
};