Index: LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html |
diff --git a/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html b/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html |
index c27984ea8dceba7eeed9f0c014951480719a352e..d13f327ac5ef931e1e75089d5c48ef695bf20374 100644 |
--- a/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html |
+++ b/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html |
@@ -30,7 +30,7 @@ body { |
left: 100px; |
width: 200px; |
height: 200px; |
- background-color: red; |
+ background-color: rgba(255, 0, 0, 0.99); |
} |
</style> |
Tests paint invalidation of fixed elements under a composited fixed element after scrolled. |