-
Notifications
You must be signed in to change notification settings - Fork 874
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test to catch Speedreader Icon regressions
- Loading branch information
Kevin Kuehler
committed
Sep 22, 2021
1 parent
3ff2018
commit 103ac3f
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- We have this site under a readable path but it is just a video and has no text content. | ||
This is used in tests to propagate distill results to different browser services. --> | ||
|
||
<video width="256" height="240" autoplay> | ||
<source src="video.mp4" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> |