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.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <head> |
michael@0 | 3 | <meta charset="utf-8"> |
michael@0 | 4 | <style type="text/css"> |
michael@0 | 5 | .absthing { |
michael@0 | 6 | width: 400px; |
michael@0 | 7 | height: 400px; |
michael@0 | 8 | position: absolute; |
michael@0 | 9 | left: 20px; |
michael@0 | 10 | top: 20px; |
michael@0 | 11 | } |
michael@0 | 12 | #d1 { |
michael@0 | 13 | z-index: 1; |
michael@0 | 14 | } |
michael@0 | 15 | #d2 { |
michael@0 | 16 | z-index: 2; |
michael@0 | 17 | background-color: rgba(0,0,255,0.5); |
michael@0 | 18 | border: 1px solid red; |
michael@0 | 19 | } |
michael@0 | 20 | </style> |
michael@0 | 21 | <body> |
michael@0 | 22 | <div class="absthing" id="d1"> |
michael@0 | 23 | <embed id="test" type="application/x-test"> |
michael@0 | 24 | </div> |
michael@0 | 25 | <div class="absthing" id="d2"> |
michael@0 | 26 | <p>This is overlaying |
michael@0 | 27 | </div> |