blob: 30d118d7d215a160c2328a74f77fa406e7f6240d [file] [log] [blame]
Tests that the click event is passed when selection is disabaled on label
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.getSelection().toString() is ""
PASS window.getSelection().toString() is "Select"
PASS document.querySelector('input').checked is false
PASS document.querySelector('input').checked is true
PASS document.querySelector('input').checked is false
PASS successfullyParsed is true
TEST COMPLETE