layout/generic/crashtests/395450-1.xhtml

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 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://www.w3.org/1998/Math/MathML">
     3 <head>
     4 <style>
     6 /*
     7   This testcase uses [class~="foo"] instead of .foo to work around bug 276267
     8   (see bug 379178 comment 78)
     9 */
    11 [class~="abs"] { position: absolute; }
    12 [class~="marg"] { margin: 1em; }
    13 [class="noheight"] {  height: 0; }
    15 </style>
    16 </head>
    18 <body>
    20 <math:mrow class="noheight">
    21   <span class="abs">
    22     <math:mroot class="abs marg" />
    23     <span class="abs" />
    24   </span>
    25 </math:mrow>
    27 </body>
    28 </html>

mercurial