Skip to content

Commit

Permalink
Add note to CaptureFacingMode tests (web-platform-tests#5697)
Browse files Browse the repository at this point in the history
For the situation when the user-agent is unable to support the preferred facing mode
  • Loading branch information
Honry authored Apr 28, 2017
1 parent 61f96e9 commit 0a825d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html-media-capture/capture_image_environment-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<p>After hitting the button below, the camera must be launched with viewing the environment mode.</p>

<p>(Note: If the user agent is unable to support the preferred facing mode, it can fall back to the implementation-specific default facing mode.)</p>

<p>Capture an image and then confirm the capturing.</p>

<p>Note: All the actions need to be done in 60 seconds, otherwise it will get TIMEOUT.</p>
Expand Down
2 changes: 2 additions & 0 deletions html-media-capture/capture_image_user-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<p>After hitting the button below, the camera must be launched with self-view mode.</p>

<p>(Note: If the user agent is unable to support the preferred facing mode, it can fall back to the implementation-specific default facing mode.)</p>

<p>Capture an image and then confirm the capturing.</p>

<p>Note: All the actions need to be done in 60 seconds, otherwise it will get TIMEOUT.</p>
Expand Down
2 changes: 2 additions & 0 deletions html-media-capture/capture_video_environment-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<p>After hitting the button below, the camera must be launched with viewing the environment mode.</p>

<p>(Note: If the user agent is unable to support the preferred facing mode, it can fall back to the implementation-specific default facing mode.)</p>

<p>Capture a video and then confirm the capturing.</p>

<p>Note: All the actions need to be done in 60 seconds, otherwise it will get TIMEOUT.</p>
Expand Down
2 changes: 2 additions & 0 deletions html-media-capture/capture_video_user-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

<p>After hitting the button below, the camera must be launched with self-view mode.</p>

<p>(Note: If the user agent is unable to support the preferred facing mode, it can fall back to the implementation-specific default facing mode.)</p>

<p>Capture a video and then confirm the capturing.</p>

<p>Note: All the actions need to be done in 60 seconds, otherwise it will get TIMEOUT.</p>
Expand Down

0 comments on commit 0a825d5

Please sign in to comment.