blob: 77c80f958bf667480a30c909a073655a92a6ccff [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
test(function() {
assert_equals(document.implementation.createCSSStyleSheet, undefined);
}, "DOMImplementation.createCSSStyleSheet should not exist");
</script>
</body>
</html>