dom/plugins/test/reftest/plugin-background.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/plugins/test/reftest/plugin-background.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +  <link rel="stylesheet" type="text/css" href="plugin-background.css"></link>
     1.8 +</head>
     1.9 +<body>
    1.10 +  <div id="bad">Test some plugin stuff.</div>
    1.11 +  <div id="good"></div>
    1.12 +
    1.13 +  <embed id="plugin" type="application/x-test" width="199" height="199"
    1.14 +         drawmode="solid" color="330000FF"></embed>
    1.15 +
    1.16 +  <div id="topbar"></div>
    1.17 +  <div id="leftbar"></div>
    1.18 +  <div id="rightbar"></div>
    1.19 +  <div id="bottombar"></div>
    1.20 +</body>
    1.21 +</html>

mercurial