gecko-dev/testing/web-platform/tests/interfaces/css-device-adapt.idl
autofoolip 0f6224d47c Bug 1489884 [wpt PR 12911] - Add interfaces/css-device-adapt.idl, a=testonly
Automatic update from web-platform-testsAdd interfaces/css-device-adapt.idl (#12911)

--

wpt-commits: df85a790e03ad6ff7430b90fa7a50baea4e8e86c
wpt-pr: 12911

--HG--
extra : rebase_source : f61a526b4a60551c380918623895f200ab14952a
extra : source : af72430d508a643fdb1589a506c100b2859a7c73
2018-09-13 02:50:55 +00:00

13 lines
427 B
Text

// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into reffy-reports
// (https://github.com/tidoust/reffy-reports)
// Source: CSS Device Adaptation Module Level 1 (https://drafts.csswg.org/css-device-adapt/)
partial interface CSSRule {
const unsigned short VIEWPORT_RULE = 15;
};
[Exposed=Window]
interface CSSViewportRule : CSSRule {
readonly attribute CSSStyleDeclaration style;
};