Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / forms / checkbox-default-value-expected.txt
1 PASS el.value is "on"
2 PASS el.setAttribute("value", "foo"); el.value is "foo"
3 PASS el.checked = true; el.value is "foo"
4 PASS el.removeAttribute("value"); el.value is "on"
5 PASS el.value = "foo"; el.getAttribute("value") is "foo"
6