зеркало из https://github.com/mozilla/pjs.git
Allow negative values for clip rects as per css spec
This commit is contained in:
Родитель
7ee00cb5ee
Коммит
2d931f3b53
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче