mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to revision b'ee6da9d71d0268d7fdb04e8e5b26858f46ee0cc4'
This commit is contained in:
parent
4401622eb1
commit
b77ad115f6
16832 changed files with 270819 additions and 87621 deletions
18
tests/wpt/web-platform-tests/interfaces/css-cascade.idl
Normal file
18
tests/wpt/web-platform-tests/interfaces/css-cascade.idl
Normal file
|
@ -0,0 +1,18 @@
|
|||
// GENERATED CONTENT - DO NOT EDIT
|
||||
// Content was automatically extracted by Reffy into webref
|
||||
// (https://github.com/w3c/webref)
|
||||
// Source: CSS Cascading and Inheritance Level 5 (https://drafts.csswg.org/css-cascade-5/)
|
||||
|
||||
partial interface CSSImportRule {
|
||||
readonly attribute CSSOMString? layerName;
|
||||
};
|
||||
|
||||
[Exposed=Window]
|
||||
interface CSSLayerBlockRule : CSSGroupingRule {
|
||||
readonly attribute CSSOMString name;
|
||||
};
|
||||
|
||||
[Exposed=Window]
|
||||
interface CSSLayerStatementRule : CSSRule {
|
||||
readonly attribute FrozenArray<CSSOMString> nameList;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue