diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 2176f9ef317..3e6746c6922 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -39677,12 +39677,42 @@ "deleted_reftests": {}, "items": { "testharness": { + "cssom/CSSKeyframesRule.html": [ + { + "path": "cssom/CSSKeyframesRule.html", + "url": "/cssom/CSSKeyframesRule.html" + } + ], + "cssom/CSSNamespaceRule.html": [ + { + "path": "cssom/CSSNamespaceRule.html", + "url": "/cssom/CSSNamespaceRule.html" + } + ], + "cssom/CSSRuleList.html": [ + { + "path": "cssom/CSSRuleList.html", + "url": "/cssom/CSSRuleList.html" + } + ], + "cssom/CSSStyleSheet.html": [ + { + "path": "cssom/CSSStyleSheet.html", + "url": "/cssom/CSSStyleSheet.html" + } + ], "cssom/MediaList.html": [ { "path": "cssom/MediaList.html", "url": "/cssom/MediaList.html" } ], + "cssom/StyleSheetList.html": [ + { + "path": "cssom/StyleSheetList.html", + "url": "/cssom/StyleSheetList.html" + } + ], "cssom/shorthand-serialization.html": [ { "path": "cssom/shorthand-serialization.html", diff --git a/tests/wpt/web-platform-tests/cssom/CSSKeyframesRule.html b/tests/wpt/web-platform-tests/cssom/CSSKeyframesRule.html new file mode 100644 index 00000000000..b97d988c9ac --- /dev/null +++ b/tests/wpt/web-platform-tests/cssom/CSSKeyframesRule.html @@ -0,0 +1,58 @@ + + + + + CSSOM - CSSKeyframesRule interface + + + + + + + diff --git a/tests/wpt/web-platform-tests/cssom/CSSNamespaceRule.html b/tests/wpt/web-platform-tests/cssom/CSSNamespaceRule.html new file mode 100644 index 00000000000..64ed94b6e7f --- /dev/null +++ b/tests/wpt/web-platform-tests/cssom/CSSNamespaceRule.html @@ -0,0 +1,31 @@ + + + + + CSSOM - CSSNamespaceRule interface + + + + + + + diff --git a/tests/wpt/web-platform-tests/cssom/CSSRuleList.html b/tests/wpt/web-platform-tests/cssom/CSSRuleList.html new file mode 100644 index 00000000000..a394779617d --- /dev/null +++ b/tests/wpt/web-platform-tests/cssom/CSSRuleList.html @@ -0,0 +1,26 @@ + + + + + CSSOM - CSSRuleList interface + + + + + + + diff --git a/tests/wpt/web-platform-tests/cssom/CSSStyleSheet.html b/tests/wpt/web-platform-tests/cssom/CSSStyleSheet.html new file mode 100644 index 00000000000..62ad133d5f6 --- /dev/null +++ b/tests/wpt/web-platform-tests/cssom/CSSStyleSheet.html @@ -0,0 +1,43 @@ + + + + + CSSOM - CSSStyleSheet interface + + + + + + + diff --git a/tests/wpt/web-platform-tests/cssom/StyleSheetList.html b/tests/wpt/web-platform-tests/cssom/StyleSheetList.html new file mode 100644 index 00000000000..358264009a4 --- /dev/null +++ b/tests/wpt/web-platform-tests/cssom/StyleSheetList.html @@ -0,0 +1,33 @@ + + + + + CSSOM - StyleSheetList interface + + + + + + +