Tests that disabling style property works.
Before disable
font-weight: bold;
After disable
/-- overloaded --/ /-- disabled --/ /* font-weight: bold; */
After enable
font-weight: bold;
Tests that disabling style property works.
Before disable
font-weight: bold;
After disable
/-- overloaded --/ /-- disabled --/ /* font-weight: bold; */
After enable
font-weight: bold;