Unexpose CSSOM interfaces

This commit is contained in:
Manish Goregaokar 2016-11-14 12:08:32 -08:00
parent 67a68bd1f6
commit 71a2b379c8
15 changed files with 14 additions and 27 deletions

View file

@ -10,18 +10,7 @@ test_interfaces([
"BeforeUnloadEvent",
"Blob",
"CloseEvent",
"CSS",
"CSSFontFaceRule",
"CSSGroupingRule",
"CSSKeyframesRule",
"CSSMediaRule",
"CSSNamespaceRule",
"CSSRule",
"CSSRuleList",
"CSSStyleDeclaration",
"CSSStyleRule",
"CSSStyleSheet",
"CSSViewportRule",
"DOMPoint",
"DOMPointReadOnly",
"DOMQuad",
@ -60,8 +49,6 @@ test_interfaces([
"Screen",
"Storage",
"StorageEvent",
"StyleSheet",
"StyleSheetList",
"TextDecoder",
"TextEncoder",
"URL",