repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
checkbox-default-value-expected.txt
blob
8253cdf5d74268c4b9aa494a662b32e87761fc1f
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
7
8
TEST COMPLETE
9