From 7848f64c1b3e2ca26cb54d8d0b12503d6c71d880 Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Wed, 21 Dec 2016 14:36:24 +1100 Subject: [PATCH] Add test for unset value storage --- tests/wpt/metadata/MANIFEST.json | 6 +++++ .../css-values/unset-value-storage.html | 23 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 tests/wpt/web-platform-tests/css-values/unset-value-storage.html diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 4bbd447339f..d12214eb9c9 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -39677,6 +39677,12 @@ "deleted_reftests": {}, "items": { "testharness": { + "css-values/unset-value-storage.html": [ + { + "path": "css-values/unset-value-storage.html", + "url": "/css-values/unset-value-storage.html" + } + ], "cssom/CSSKeyframesRule.html": [ { "path": "cssom/CSSKeyframesRule.html", diff --git a/tests/wpt/web-platform-tests/css-values/unset-value-storage.html b/tests/wpt/web-platform-tests/css-values/unset-value-storage.html new file mode 100644 index 00000000000..9cf13b250d8 --- /dev/null +++ b/tests/wpt/web-platform-tests/css-values/unset-value-storage.html @@ -0,0 +1,23 @@ + + +Storage of "unset" value + + + + + +
+