Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 228856-1.html
blob3efc590c20f309da681751f597ccf75c2ed86da6
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: "\0x" }
9 p#b:before { content: "\00x" }
10 p#c:before { content: "\000x" }
11 p#d:before { content: "\0000x" }
12 p#e:before { content: "\00000x" }
13 p#f:before { content: "\000000x" }
14 p#g:before { content: "\0 x" }
15 p#h:before { content: "\00 x" }
16 p#i:before { content: "\000 x" }
17 p#j:before { content: "\0000 x" }
18 p#k:before { content: "\00000 x" }
19 p#l:before { content: "\000000 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>