layout/reftests/table-anonymous-boxes/3-tables-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 <!DOCTYPE html>
     2 <html>
     3   <body style="font-family: monospace; white-space: nowrap">
     4     <table cellpadding="0" cellspacing="0" style="margin: 0; padding: 0; border: none">
     5       <tr>
     6         <td>Row 1, Col 1</td>
     7         <td>Row 1, Col 2</td>
     8         <td>Row 1, Col 3</td>
     9       </tr>
    10     </table>
    11     <table cellpadding="0" cellspacing="0" style="margin: 0; padding: 0; border: none">
    12       <tr>
    13         <td>Row 22, Col 1</td>
    14         <td>Row 22, Col 2</td>
    15         <td>Row 22, Col 3</td>
    16       </tr>
    17     </table>
    18     <table cellpadding="0" cellspacing="0" style="margin: 0; padding: 0; border: none">
    19       <tr>
    20         <td>Row 333, Col 1</td>
    21         <td>Row 333, Col 2</td>
    22         <td>Row 333, Col 3</td>
    23       </tr>
    24     </table>
    25   </body>
    26 </html>

mercurial