blob: cd5b16ef8410d3a20091ffea1e520ee284ea4b8b [file] [log] [blame] [edit]
<!doctype html>
<meta charset="utf-8">
<title>Historical features</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function() {
assert_false("DOMRectList" in self);
}, "Support for DOMRectList");
</script>