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