blob: 8a8f03bb0978c793ae21ffe1220baac62995384d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!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>
|