Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / checkbox-default-value-expected.txt
blob8253cdf5d74268c4b9aa494a662b32e87761fc1f
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 PASS successfullyParsed is true
8 TEST COMPLETE