layout/reftests/bugs/455105-1.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 <html><head><title>455105-1</title>
michael@0 3 <style>
michael@0 4 div#below {
michael@0 5 position: absolute;
michael@0 6 top: 10px; left: 10px;
michael@0 7 width: 40px;
michael@0 8 height: 40px;
michael@0 9 border: 10px solid red;
michael@0 10 background-color: red;
michael@0 11 }
michael@0 12 div#above {
michael@0 13 position: absolute;
michael@0 14 top: 10px; left: 10px;
michael@0 15 width: 40px;
michael@0 16 height: 40px;
michael@0 17 border-width: 10px;
michael@0 18 border-style: solid;
michael@0 19 border-color: initial;
michael@0 20 color: rgba(0,0,0,0);
michael@0 21 background-image: url("data:image/gif;base64,\
michael@0 22 R0lGODlhAQABAPAAAACAAAAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==");
michael@0 23 }
michael@0 24 </style>
michael@0 25 </head><body>
michael@0 26 <div id="below"></div>
michael@0 27 <div id="above"></div>
michael@0 28 </body></html>

mercurial