Checks that getComputedStyle() on a zoomed element returns the right thing.
Results while display:block
Property
Pass?
Set Value
Computed Value
Results while display:none
Hidden Property
Pass?
Set Value
Computed Value
This div has a zoom value of "2." It has a width of 300px. Its background size is: 400px by 300px.
This div is has a zoom value of "2" and is hidden. It has a width of 300px. Its background size is: 400px by 300px.