mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-14 15:37:55 +00:00
12 lines
542 B
HTML
12 lines
542 B
HTML
<html>
|
|
<body>
|
|
<a id="data-link-1" href='data:text/html,<embed id="test" style="width: 200px; height: 200px" type="application/x-test"/>'>
|
|
data: with one plugin
|
|
</a><br />
|
|
<a id="data-link-2" href='data:text/html,<embed id="test1" style="width: 200px; height: 200px" type="application/x-test"/><embed id="test2" style="width: 200px; height: 200px" type="application/x-second-test"/>'>
|
|
data: with two plugins
|
|
</a><br />
|
|
<object id="test" style="width: 200px; height: 200px" type="application/x-test"></object>
|
|
</body>
|
|
</html>
|