mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-20 07:09:46 -05:00
23 lines
565 B
HTML
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>
|