Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <!DOCTYPE html>
2 <head>
3 <meta charset="utf-8">
4 <style type="text/css">
5 .absthing {
6 width: 400px;
7 height: 400px;
8 position: absolute;
9 left: 20px;
10 top: 20px;
11 }
12 #d1 {
13 z-index: 1;
14 }
15 #d2 {
16 z-index: 2;
17 background-color: rgba(0,0,255,0.5);
18 border: 1px solid red;
19 }
20 </style>
21 <body>
22 <div class="absthing" id="d1">
23 <embed id="test" type="application/x-test">
24 </div>
25 <div class="absthing" id="d2">
26 <p>This is overlaying
27 </div>