Index: LayoutTests/fast/repaint/resources/default.css |
diff --git a/LayoutTests/fast/repaint/resources/default.css b/LayoutTests/fast/repaint/resources/default.css |
index 86679a8852dda73952b0ca9fc042efdf06fa2cea..efd2a43a1e297b94531e58888c0ca06bb5b65c0c 100644 |
--- a/LayoutTests/fast/repaint/resources/default.css |
+++ b/LayoutTests/fast/repaint/resources/default.css |
@@ -28,6 +28,10 @@ iframe { |
background-color: red; |
} |
+.red-alpha { |
+ background-color: rgba(255, 0, 0, 0.99); |
+} |
+ |
.blue { |
background-color: blue; |
} |