mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
11 lines
252 B
HTML
11 lines
252 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<embed id="test" style="width: 100px; height: 100px" type="application/x-test">
|
|
<embed id="unknown" style="width: 100px; height: 100px" type="application/x-unknown">
|
|
</body>
|
|
</html>
|