Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!doctype html>
2 <html><head><title>Handling of un-terminated long tokens in CSS</title>
4 </head><body>
6 <div>This CSS parser does not
7 backtrack for unterminated comments.</div>
9 <div>It does not
10 backtrack for unterminated double-quoted url().</div>
12 <div>It does not
13 backtrack for unterminated single-quoted url().</div>
15 <div>It does not
16 backtrack for unterminated unquoted url().</div>
18 </body></html>