summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/plugins/plugin_data_url.html
blob: 77e10114431b0946b7d804b1270add43e14e036b (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>