Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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>