From dbc35f43606559b3a18fd29271df51072c73bc81 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 2 Jan 2017 03:02:34 -0800 Subject: [PATCH] Add test for CSS interface --- tests/wpt/metadata/MANIFEST.json | 6 ++++ tests/wpt/web-platform-tests/cssom/CSS.html | 37 +++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 tests/wpt/web-platform-tests/cssom/CSS.html diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 46a4e70d852..2653ba15068 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -45847,6 +45847,12 @@ "deleted_reftests": {}, "items": { "testharness": { + "cssom/CSS.html": [ + { + "path": "cssom/CSS.html", + "url": "/cssom/CSS.html" + } + ], "cssom/CSSKeyframeRule.html": [ { "path": "cssom/CSSKeyframeRule.html", diff --git a/tests/wpt/web-platform-tests/cssom/CSS.html b/tests/wpt/web-platform-tests/cssom/CSS.html new file mode 100644 index 00000000000..1bbecbfa3ba --- /dev/null +++ b/tests/wpt/web-platform-tests/cssom/CSS.html @@ -0,0 +1,37 @@ + + +CSSOM - CSS interface + + +