1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/plugins/test/reftest/plugin-background-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 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 + <div id="plugin"></div> 1.14 + 1.15 + <div id="topbar"></div> 1.16 + <div id="leftbar"></div> 1.17 + <div id="rightbar"></div> 1.18 + <div id="bottombar"></div> 1.19 +</body> 1.20 +</html>