testing whether .show() was used on a element.

testing whether .show() was used on a element.

I read that the .show() method sets "display" to "block" on whatever is being shown.  How do I test whether display is indeed already block?
Thanks