blob: 208fe04babf5e28b31037e73677f57359fb73e44 [file]
This tests if an audio file that has no controls is always display: none, including after script removal of attribute.
EXPECTED (getComputedStyle(audio)['display'] == 'none') OK
EXPECTED (getComputedStyle(audio)['display'] == 'inline') OK
EXPECTED (getComputedStyle(audio)['display'] == 'none') OK
END OF TEST