476856-1-ref.html (413B)
1 <!doctype html> 2 <html><head><title>Handling of un-terminated long tokens in CSS</title> 3 4 </head><body> 5 6 <div>This CSS parser does not 7 backtrack for unterminated comments.</div> 8 9 <div>It does not 10 backtrack for unterminated double-quoted url().</div> 11 12 <div>It does not 13 backtrack for unterminated single-quoted url().</div> 14 15 <div>It does not 16 backtrack for unterminated unquoted url().</div> 17 18 </body></html>