aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/tests/interfaces/css-fonts.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/tests/interfaces/css-fonts.idl')
-rw-r--r--tests/wpt/tests/interfaces/css-fonts.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/tests/interfaces/css-fonts.idl b/tests/wpt/tests/interfaces/css-fonts.idl
index eddfc025215..070cbc58f5d 100644
--- a/tests/wpt/tests/interfaces/css-fonts.idl
+++ b/tests/wpt/tests/interfaces/css-fonts.idl
@@ -5,7 +5,7 @@
[Exposed=Window]
interface CSSFontFaceRule : CSSRule {
- readonly attribute CSSStyleDeclaration style;
+ readonly attribute CSSStyleDeclaration style;
};
partial interface CSSRule { const unsigned short FONT_FEATURE_VALUES_RULE = 14;
@@ -25,7 +25,7 @@ interface CSSFontFeatureValuesRule : CSSRule {
interface CSSFontFeatureValuesMap {
maplike<CSSOMString, sequence<unsigned long>>;
undefined set(CSSOMString featureValueName,
- (unsigned long or sequence<unsigned long>) values);
+ (unsigned long or sequence<unsigned long>) values);
};
[Exposed=Window]interface CSSFontPaletteValuesRule : CSSRule {