browser/base/content/test/plugins/plugin_overlayed.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

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>

mercurial