gecko-dev/testing/web-platform/meta/html-media-capture/capture_reflect.html.ini

33 lines
944 B
INI

[capture_reflect.html]
type: testharness
[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