Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Crash Test</title>
7 <base href="D:\CSS Test Files\" />
8 <style type="text/css">
9 p { border: 1px red solid }
10 p:before { content: url("images/quote_end.png") }
11 </style>
12 </head>
13 <body>
14 <p>Did it crash?</p>
15 </body>
16 </html>