layout/reftests/image-element/element-paint-simple-ref.html

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 <!--
     2      Any copyright is dedicated to the Public Domain.
     3      http://creativecommons.org/licenses/publicdomain/
     4 -->
     5 <html>
     6 <body>
     7   <p style="width:60%; border:1px solid black; margin-left:100px;
     8             position:relative;">
     9     <span style="border:2px solid red; width:50px; height:50px;
    10                  position:absolute; z-index: -1;">A</span>
    11     "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
    12     tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
    13     veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
    14     commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
    15     velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
    16     cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
    17     est laborum."
    18   </p>
    19 </body>
    20 </html>

mercurial