Index: Source/core/rendering/RenderBox.cpp |
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp |
index 4c3527982bd6fef397d2a7e4fcf1abd49391fac7..b5fec68b6cc592d7a66424884a9d2c1b56104b4a 100644 |
--- a/Source/core/rendering/RenderBox.cpp |
+++ b/Source/core/rendering/RenderBox.cpp |
@@ -2022,7 +2022,7 @@ void RenderBox::mapRectToPaintInvalidationBacking(const RenderLayerModelObject* |
if (!o) |
return; |
- if (isWritingModeRoot() && !isOutOfFlowPositioned()) |
+ if (isWritingModeRoot() && style()->isFlippedBlocksWritingMode()) |
flipForWritingMode(rect); |
LayoutPoint topLeft = rect.location(); |