diff --git a/html-media-capture/capture_fallback_file_upload.html b/html-media-capture/capture_fallback_file_upload.html new file mode 100644 index 00000000000000..b0ec5703fbbed5 --- /dev/null +++ b/html-media-capture/capture_fallback_file_upload.html @@ -0,0 +1,44 @@ + + + + + HTML Media Capture Test: capture_fallback_file_upload + + + + + + + + +

This test validates that the user agent must act as if there was no capture attribute, when the accept attribute value is set to a MIME type that has no associated capture control type.

+ +

Test steps:

+
    +
  1. Download upload.txt to local.
  2. +
  3. Select the local upload.txt file to run the test.
  4. +
+ +
+ +
+ +
+ + + + diff --git a/html-media-capture/capture_reflect.html b/html-media-capture/capture_reflect.html new file mode 100644 index 00000000000000..6dd40cc9b0ea58 --- /dev/null +++ b/html-media-capture/capture_reflect.html @@ -0,0 +1,57 @@ + + + + + HTML Media Capture Test: capture_reflect + + + + + + + + + + +
+      partial interface HTMLInputElement {
+                attribute boolean capture;
+      };
+    
+ +
+ + + + +
+ +
+ + + + diff --git a/html-media-capture/idlharness.html b/html-media-capture/idlharness.html new file mode 100644 index 00000000000000..a204764ae873d5 --- /dev/null +++ b/html-media-capture/idlharness.html @@ -0,0 +1,50 @@ + + + + + HTML Media Capture IDL tests + + + + + + + + + +

HTML Media Capture IDL tests

+
+ + + + + +
+ +
+ + + + diff --git a/html-media-capture/support/upload.txt b/html-media-capture/support/upload.txt new file mode 100644 index 00000000000000..e965047ad7c578 --- /dev/null +++ b/html-media-capture/support/upload.txt @@ -0,0 +1 @@ +Hello