Sign in
webkit
/
WebKit
/
b0d7f9b249dd6483d6c7bc4f13c440c0842b7127
/
.
/
LayoutTests
/
fast
/
forms
/
radio
/
radio-default-value-expected.txt
blob: 4c969fd8c8e277bee772b251915f9c89211bbe62 [
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"