var st = document.getElementById('block').getAttribute('STYLE');
<div id="block" style="width:300px; display: block"></div> <script>alert(document.getElementById('block').*!*style.cssText*/!*)</script>