Index: LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html |
diff --git a/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html b/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html |
index 33a22c936cc3331ed56cf7d09d0664a92a091463..40ee33458e43d7240bd62e85d9ec60660a2c4aba 100644 |
--- a/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html |
+++ b/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html |
@@ -35,7 +35,7 @@ onload = function() { |
left: 0; |
width: 100px; |
height: 100px; |
- background-color: green; |
+ background-color: rgba(0, 128, 0, 0.99); |
} |
</style> |
Tests paint invalidation of fixed element under a composited absolute element on resize after scrolled. |