blob: e509cb209527f6b36ba2c618e153330a4584b39d [file] [log] [blame]
Tests that setting the 'checked' content attribute does not set its dirty checkedness flag.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testCheckbox.checked is true
testCheckbox.removeAttribute('checked')
PASS testCheckbox.checked is false
testCheckbox.setAttribute('checked', '')
PASS testCheckbox.checked is true
PASS successfullyParsed is true
TEST COMPLETE