blob: d7bf05535160d623832b2e3e047d48056e1eedc9 [file] [log] [blame]
<!DOCTYPE html>
<script src="../fast/js/resources/js-test-pre.js"></script>
<script>
debug("This test (crudely) documents Blink's web-exposed CSS properties. All changes to this list should go through Blink's feature review process: http://www.chromium.org/blink#new-features");
debug("");
Object.getOwnPropertyNames(document.createElement("foo").style).sort().forEach(function(property) {
debug(property);
})
</script>