1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/base/content/test/plugins/plugin_bug744745.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head><meta charset="utf-8"/></head> 1.7 +<body> 1.8 +<style> 1.9 +.x { 1.10 + opacity: 0 !important; 1.11 +} 1.12 +</style> 1.13 +<object id="test" class="x" type="application/x-test" width=200 height=200></object> 1.14 +</body> 1.15 +</html>