blob: 15937b820209b318df8718bfade9cb50e5af0cc6 [file] [log] [blame]
<script src="../resources/js-test-pre.js"></script>
<div style="transition-duration: 1s; transition-property: margin-left;"><span style="transition-duration: inherit;"></span></div>
<script>
description("Test the effect of 'transition-duration: inherit' on 'transition-property'.")
shouldBe("getComputedStyle(document.querySelector('span')).transitionProperty", "'all'");
</script>
<script src="../resources/js-test-post.js"></script>