Skip to content

Commit

Permalink
Add playsiniline to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Dec 25, 2024
1 parent f905fd2 commit ca9b9f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/roots/test-video/mp4_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ video
:poster: https://example.png
:preload: none
:width: 640
:playsinline:
2 changes: 1 addition & 1 deletion tests/test_build/video_options.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<video autoplay="True" height="320" loop="True" muted="True" poster="https://example.png" preload="none" width="640">
<video autoplay="True" height="320" loop="True" muted="True" playsinline="True" poster="https://example.png" preload="none" width="640">
<source src="_images/video.mp4" type="video/mp4" />
You cannot display videos
</video>

0 comments on commit ca9b9f2

Please sign in to comment.