Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!doctype html>
2 <html><head>
3 <!-- This tests behavior specified in CSS Syntax Level 3,
4 as of the Editor's Draft 19 June 2013:
5 http://dev.w3.org/csswg/css-syntax/ -->
6 <title>\0 in CSS</title>
7 <style>
8 p#a:before { content: "\FFFDx" }
9 p#b:before { content: "\FFFDx" }
10 p#c:before { content: "\FFFDx" }
11 p#d:before { content: "\FFFDx" }
12 p#e:before { content: "\FFFDx" }
13 p#f:before { content: "\FFFDx" }
14 p#g:before { content: "\FFFD x" }
15 p#h:before { content: "\FFFD x" }
16 p#i:before { content: "\FFFD x" }
17 p#j:before { content: "\FFFD x" }
18 p#k:before { content: "\FFFD x" }
19 p#l:before { content: "\FFFD x" }
20 </style>
21 </head><body>
22 <p id="a">(a)</p>
23 <p id="b">(b)</p>
24 <p id="c">(c)</p>
25 <p id="d">(d)</p>
26 <p id="e">(e)</p>
27 <p id="f">(f)</p>
28 <p id="g">(g)</p>
29 <p id="h">(h)</p>
30 <p id="i">(i)</p>
31 <p id="j">(j)</p>
32 <p id="k">(k)</p>
33 <p id="l">(l)</p>
34 </body></html>