Bug 842134: fix serialization of unquoted url() in CSS. r=heycam
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user