mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Backed out changeset 357e5e22e480 (bug 1761756) for causing reftest failures.
This commit is contained in:
parent
35101d0867
commit
c9954f4f58
@ -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);
|
||||
|
@ -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>
|
@ -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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user