mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
413 B
HTML
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>
|
||
|
|