Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <!-- tests that Arabic characters shape across word breaks --> |
michael@0 | 3 | <html> |
michael@0 | 4 | <head> |
michael@0 | 5 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
michael@0 | 6 | <style type="text/css"> |
michael@0 | 7 | @font-face { |
michael@0 | 8 | font-family: dvm; |
michael@0 | 9 | src: url(../fonts/DejaVuSansMono.woff); |
michael@0 | 10 | } |
michael@0 | 11 | textarea { |
michael@0 | 12 | font-family: dvm; |
michael@0 | 13 | line-height: 1.5em; |
michael@0 | 14 | overflow: scroll; |
michael@0 | 15 | } |
michael@0 | 16 | </style> |
michael@0 | 17 | <title>Test Wordwrap</title> |
michael@0 | 18 | </head> |
michael@0 | 19 | <body> |
michael@0 | 20 | <textarea rows="10" cols="20" dir="rtl">ذهعقروبلجيكا،الموسوﻋ |
michael@0 | 21 | ﺔكل,تمبوابةاقتصاديةﻫ |
michael@0 | 22 | ﺬه.ضمنهاالروسوحرماﻧﺒ |
michael@0 | 23 | ﻠﻌﺪد,يكنجسيمةلإعادةلم |
michael@0 | 24 | .يكنوالحلفاءبالقناﺑﻠ |
michael@0 | 25 | ﻬﻮ,بحثخسائرالدفاعباﻟ |
michael@0 | 26 | ﻬﺠﻮمعن.فرنسيةمارشاﻟﺒ |
michael@0 | 27 | ﻴﻨﻴﺘﻮدحرثم,وصلبشريةا |
michael@0 | 28 | لرايخبالحربتم.</textarea> |
michael@0 | 29 | </body> |
michael@0 | 30 | </html> |