layout/reftests/bugs/476856-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

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>

mercurial