Description: Verify CSS styles that are affected by javascript: foswikiMakeVisible, foswikiMakeVisibleInline, foswikiMakeVisibleBlock, foswikiMakeHidden
This should be tested with JavaScript turned on and off.
  foswikiMakeVisible 
BEFORE 
This span should only be visible with JavaScript turned on.
 AFTER
  foswikiMakeVisibleInline 
BEFORE 
This span should only be visible with JavaScript turned on.
 AFTER
  foswikiMakeVisibleBlock 
BEFORE 
This div should only be visible with JavaScript turned on.
 AFTER
  foswikiMakeHidden 
BEFORE 
This div should only be hidden with JavaScript turned on. If you can read this text either there is a bug or you have JavaScript turned off, in which case this test runs fine.
 AFTER