layout/reftests/bugs/372037-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.

     1 <!DOCTYPE html>
     3 <style>
     4 html, body {margin: 0; padding:5px}
     5 </style>
     7 <div style="overflow: auto; position: relative; height: 100px; width: 100px;">
     8 <div style="background: blue; position: absolute; clip: rect(10px, 40px, 60px, 0); width: 200px; height: 200px;">
     9 </div>
    10 </div>
    12 <div style="overflow: auto; position: relative; height: 100px; width: 100px;">
    13 <div style="background: blue; position: fixed; clip: rect(0 50px 50px 10px); width: 200px; height: 200px;">
    14 </div>
    15 </div>
    17 <div style="overflow: auto; position: relative; height: 100px; width: 100px;">
    18 <div style="background: blue; position: relative; clip: rect(0, 50px, 50px, 0); width: 200px; height: 200px;">
    19 </div>
    20 </div>
    22 <div style="overflow: auto; position: relative; height: 100px; width: 100px;">
    23 <div style="background: blue; position: absolute; clip: rect(0, auto, auto, 0); width: 200px; height: 200px;">
    24 </div>
    25 </div>

mercurial