blob: 3bee2350f36c8a7366b7ee41e22567e3d871d53c [file] [log] [blame]
Testing the PlacardSupport behavior when we recover from an error.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS mediaController.controls.placard is mediaController.controls.invalidPlacard
PASS mediaController.controls.children.includes(mediaController.controls.invalidPlacard) is true
PASS mediaController.controls.placard is null
PASS mediaController.controls.children.includes(mediaController.controls.invalidPlacard) is false
PASS successfullyParsed is true
TEST COMPLETE