blob: 8253cdf5d74268c4b9aa494a662b32e87761fc1f (
plain)
1
2
3
4
5
6
7
8
9
|
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
|