зеркало из https://github.com/mozilla/gecko-dev.git
Allow negative values for clip rects as per css spec
This commit is contained in:
Родитель
4206c1a3b9
Коммит
26c9966824
|
@ -2912,7 +2912,7 @@ PRBool CSSParserImpl::ParseClip(PRInt32& aErrorCode, nsICSSDeclaration* aDeclara
|
|||
}
|
||||
nsCSSValue values[4];
|
||||
for (index = 0; index < 4; index++) {
|
||||
if (! ParsePositiveVariant(aErrorCode, values[index], VARIANT_AL, nsnull)) {
|
||||
if (! ParseVariant(aErrorCode, values[index], VARIANT_AL, nsnull)) {
|
||||
return PR_FALSE;
|
||||
}
|
||||
if (3 != index) {
|
||||
|
|
|
@ -2912,7 +2912,7 @@ PRBool CSSParserImpl::ParseClip(PRInt32& aErrorCode, nsICSSDeclaration* aDeclara
|
|||
}
|
||||
nsCSSValue values[4];
|
||||
for (index = 0; index < 4; index++) {
|
||||
if (! ParsePositiveVariant(aErrorCode, values[index], VARIANT_AL, nsnull)) {
|
||||
if (! ParseVariant(aErrorCode, values[index], VARIANT_AL, nsnull)) {
|
||||
return PR_FALSE;
|
||||
}
|
||||
if (3 != index) {
|
||||
|
|
|
@ -2912,7 +2912,7 @@ PRBool CSSParserImpl::ParseClip(PRInt32& aErrorCode, nsICSSDeclaration* aDeclara
|
|||
}
|
||||
nsCSSValue values[4];
|
||||
for (index = 0; index < 4; index++) {
|
||||
if (! ParsePositiveVariant(aErrorCode, values[index], VARIANT_AL, nsnull)) {
|
||||
if (! ParseVariant(aErrorCode, values[index], VARIANT_AL, nsnull)) {
|
||||
return PR_FALSE;
|
||||
}
|
||||
if (3 != index) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче