partial interface HTMLInputElement {
        attribute CaptureFacingMode capture;
      };
      enum CaptureFacingMode {
        "user",
        "environment"
      };
    

Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
FailElement input should have own property captureassert_true: expected true got false
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:38:11)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:35:7
Asserts run
Fail
assert_true(false)
    at Test.<anonymous> ( /html-media-capture/capture_reflect.html:38:11)
Failinput.capture is "" when the capture attribute is absentassert_equals: expected (string) "" but got (undefined) undefined
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:44:9)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:43:7
Asserts run
Fail
assert_equals(undefined, "")
    at Test.<anonymous> ( /html-media-capture/capture_reflect.html:44:9)
Failinput.capture is "" when the capture attribute is missing value defaultassert_equals: expected (string) "" but got (undefined) undefined
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:48:9)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:47:7
Asserts run
Fail
assert_equals(undefined, "")
    at Test.<anonymous> ( /html-media-capture/capture_reflect.html:48:9)
Failinput.capture is "user" when the capture attribute is userassert_equals: expected (string) "user" but got (undefined) undefined
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:52:9)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:51:7
Asserts run
Fail
assert_equals(undefined, "user")
    at Test.<anonymous> ( /html-media-capture/capture_reflect.html:52:9)
Failinput.capture is "" when the capture attribute is invalid value defaultassert_equals: expected (string) "" but got (undefined) undefined
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:56:9)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:55:7
Asserts run
Fail
assert_equals(undefined, "")
    at Test.<anonymous> ( /html-media-capture/capture_reflect.html:56:9)
Failinput.capture is "environment" when the capture attribute is environmentassert_equals: expected (string) "environment" but got (undefined) undefined
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:60:9)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html-media-capture/capture_reflect.html:59:7
Asserts run
Fail
assert_equals(undefined, "environment")
    at Test.<anonymous> ( /html-media-capture/capture_reflect.html:60:9)