Files
cypress/system-tests/projects/e2e/other_target.html
T

23 lines
565 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>mask-unsupported-content</title>
</head>
<body>
<!-- Video Player -->
<h2>Video Player</h2>
<object
type="video/mp4"
data="https://localhost:1516/other-target.webm"
width="320"
height="180">
</object>
<!-- Objects -->
<h2>Objects</h2>
<embed src="http://localhost:1515/other-target.pdf" width="500" height="375" type="application/pdf">
<object type="text/html" data="http://localhost:1515/other-target.pdf" width="250" height="200"></object>
</body>
</html>