add test asserts

This commit is contained in:
notch
2020-12-30 17:48:39 +08:00
parent 6e330c93d2
commit 6884a82766
8 changed files with 64 additions and 0 deletions

13
demos/fmp4/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>zwh</title>
<meta charset="utf-8"/>
</head>
<body>
<div>
<video src="video.mp4" width="1280" height="720" type="video/mp4" controls="controls" >
</video>
</div>
</body>
</html>