tenfourfox/layout/reftests/bugs/476856-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
413 B
HTML

<!doctype html>
<html><head><title>Handling of un-terminated long tokens in CSS</title>
</head><body>
<div>This CSS parser does not
backtrack for unterminated comments.</div>
<div>It does not
backtrack for unterminated double-quoted url().</div>
<div>It does not
backtrack for unterminated single-quoted url().</div>
<div>It does not
backtrack for unterminated unquoted url().</div>
</body></html>