Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / fieldset / validation-in-fieldset-expected.txt
blobcd663e56b811ee467e7afc826ac852adf66b0936
1 A form control in initially disabled fieldset:
2 PASS control1.willValidate is false
3 Then, enables the fieldset:
4 PASS document.getElementById("f1").disabled = false; control1.willValidate is true
5 A form control in initially enabled fieldset:
6 PASS control2.willValidate is true
7 Then, disables fieldset:
8 PASS fieldset2.disabled = true; control2.willValidate is false
9 Detach the form control from the fieldset:
10 PASS fieldset2.removeChild(control2); control2.willValidate is true
11 PASS successfullyParsed is true
13 TEST COMPLETE
14 PASS successfullyParsed is true
16 TEST COMPLETE