Bug 842134: fix serialization of unquoted url() in CSS. r=heycam

This commit is contained in:
Zack Weinberg
2013-02-17 22:03:55 -05:00
parent 950046530e
commit 2c03623c0c
3 changed files with 3 additions and 0 deletions

View File

@@ -1030,6 +1030,7 @@ nsCSSScanner::NextURL(nsCSSToken& aToken)
} else {
// Otherwise, this is the start of a non-quoted url (which may be empty).
aToken.mSymbol = PRUnichar(0);
GatherText(IS_URL_CHAR, aToken.mIdent);
}