blob: 376cc5be01c98ad42415bc48bb34adef092c96fc [file] [log] [blame]
// Copyright 2018 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.
// https://drafts.css-houdini.org/css-layout-api/#dictdef-fragmentresultoptions
dictionary FragmentResultOptions {
double autoBlockSize = 0;
sequence<LayoutFragment> childFragments = [];
any data = null;
};