Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-pos-inside-composited-intermediate-layer.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-pos-inside-composited-intermediate-layer.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-pos-inside-composited-intermediate-layer.html |
index 0e12feb954a1073cd1f103feb24e8c8278dc08e1..4e3b33285c1b9b2a5a9665c0d64e6f369c71ce27 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-pos-inside-composited-intermediate-layer.html |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-pos-inside-composited-intermediate-layer.html |
@@ -24,6 +24,7 @@ |
.fixed { |
position: fixed; |
+ opacity: 0.99; /* Using 99% opacity on fixed pos elements to ensure they are not automatically promoted. */ |
top: 45px; |
left: 45px; |
background-color: lime; |