Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 <!DOCTYPE html>
2 <html>
3 <title>table-repaint-b-ref</title>
4 <body>
5 <table>
6 <tr>
7 <td>aaa</td><td><span style="position: relative"><div style="height: 0px"><div style="height: 300px; width: 10px; background: green"></div></div>bbb</td>
8 </tr>
9 <tr>
10 <td>
11 longer text: above this, first cell should say 'aaa' while second says 'bbb'. There should be only one green rectangle.
12 </td>
13 </tr>
14 </table>
15 </script>
16 </body>
17 </html>