1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:27:35 +00:00

LibWeb: Add CSSSupportsRule wrapper

This commit is contained in:
Sam Atkins 2022-04-22 14:17:23 +01:00 committed by Andreas Kling
parent fda71a6d48
commit 1cec8e473f
6 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,5 @@
#import <CSS/CSSConditionRule.idl>
[Exposed=Window]
interface CSSSupportsRule : CSSConditionRule {
};