summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-typed-om/historical.html
blob: ceb4dfe56772e26c10b88a01b37470751014bdc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset="utf-8">
<title>Historical features</title>
<link rel=help href="https://drafts.css-houdini.org/css-typed-om/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function() {
  // https://github.com/w3c/css-houdini-drafts/commit/5261c1a323ea062d69cb5a3f1e69734fd176948a
  assert_false("CSSPositionValue" in self);
}, "Support for CSSPositionValue");
</script>