Backed out changeset 357e5e22e480 (bug 1761756) for causing reftest failures.

This commit is contained in:
Molnar Sandor 2022-04-02 05:22:45 +03:00
parent 35101d0867
commit c9954f4f58
4 changed files with 0 additions and 42 deletions

View File

@ -3098,10 +3098,6 @@ void nsCSSBorderRenderer::DrawBorders() {
}
mOuterRect = ToRect(outerRect);
if (MOZ_UNLIKELY(!mDirtyRect.Intersects(mOuterRect))) {
return;
}
gfxRect innerRect = ThebesRect(mInnerRect);
gfxUtils::ConditionRect(innerRect);
mInnerRect = ToRect(innerRect);

View File

@ -1,17 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style>
big {
border-block-end-style: dotted;
}
</style>
</head>
<body>
<big id="big" dir="rtl"></big>
<script>
const big = document.getElementById("big");
big.innerText = "\nA";
</script>
</body>
</html>

View File

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style>
big {
background-color: red;
background-clip: text !important;
border-block-end-style: dotted;
}
</style>
</head>
<body>
<big id="big" dir="rtl"></big>
<script>
const big = document.getElementById("big");
big.innerText = "\nA";
</script>
</body>
</html>

View File

@ -15,5 +15,3 @@ fuzzy(0-80,0-1500) fails == border-dashed-non-integer.html masked.html
fuzzy(0-80,0-1500) fails fails-if(useDrawSnapshot) == border-dashed-radius-zoom.html masked-zoom.html
fuzzy(0-80,0-1500) fails-if(!useDrawSnapshot) == border-dotted-radius-zero.html masked-small.html
== 1752624.html 1752624-ref.html
# 1761756.html uses the fallback rendering and the result is slightly different
fuzzy(0-80,0-200) == 1761756.html 1761756-ref.html