blob: 8253cdf5d74268c4b9aa494a662b32e87761fc1f [file] [log] [blame]
PASS el.value is "on"
PASS el.setAttribute("value", "foo"); el.value is "foo"
PASS el.checked = true; el.value is "foo"
PASS el.removeAttribute("value"); el.value is "on"
PASS el.value = "foo"; el.getAttribute("value") is "foo"
PASS successfullyParsed is true
TEST COMPLETE