blob: 5afac0a09a1206a9b61807764ef97bc36863ba18 [file] [log] [blame]
Testing the MacOSInlineMediaControls showsStartButton property.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Default where showsStartButton = false
PASS mediaControls.showsStartButton is false
PASS mediaControls.children is [mediaControls.topLeftControlsBar, mediaControls.bottomControlsBar]
showsStartButton = true
PASS mediaControls.showsStartButton is true
PASS mediaControls.children is [mediaControls.playPauseButton]
PASS successfullyParsed is true
TEST COMPLETE