mirror of
https://github.com/servo/servo.git
synced 2025-08-26 15:48:22 +01:00
Update web-platform-tests to revision b'f0b66362cc5dec54d81e0a56458b48f310a2eba9'
This commit is contained in:
parent
766917ef4f
commit
75286b8eab
467 changed files with 8309 additions and 3209 deletions
|
@ -4,10 +4,10 @@
|
|||
// Source: CSS Containment Module Level 2 (https://drafts.csswg.org/css-contain-2/)
|
||||
|
||||
[Exposed=Window]
|
||||
interface ContentVisibilityAutoStateChangedEvent : Event {
|
||||
constructor(DOMString type, optional ContentVisibilityAutoStateChangedEventInit eventInitDict = {});
|
||||
interface ContentVisibilityAutoStateChangeEvent : Event {
|
||||
constructor(DOMString type, optional ContentVisibilityAutoStateChangeEventInit eventInitDict = {});
|
||||
readonly attribute boolean skipped;
|
||||
};
|
||||
dictionary ContentVisibilityAutoStateChangedEventInit : EventInit {
|
||||
dictionary ContentVisibilityAutoStateChangeEventInit : EventInit {
|
||||
boolean skipped = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue