[capture_reflect.html]
[Element input should have own property capture]
expected: FAIL
[input.capture is false when the capture attribute is absent]
expected: FAIL
[input.capture is true when the capture attribute is present]
expected: FAIL
[input.capture is true when the capture attribute is present as empty string]
expected: FAIL
[input.capture is true when the capture attribute is present as canonical name]
expected: FAIL
[input.capture is "" when the capture attribute is absent]
expected: FAIL
[input.capture is "" when the capture attribute is missing value default]
expected: FAIL
[input.capture is "user" when the capture attribute is user]
expected: FAIL
[input.capture is "invalid" when the capture attribute is invalid value default]
expected: FAIL
[input.capture is "environment" when the capture attribute is environment]
expected: FAIL