Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-scroll-in-empty-root-layer.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-scroll-in-empty-root-layer.html b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-scroll-in-empty-root-layer.html |
index a34970b437b93c9c7847fded61602f609c016add..18e99562ea00d62af71c99e1579d739945afe36d 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-scroll-in-empty-root-layer.html |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-scroll-in-empty-root-layer.html |
@@ -8,8 +8,10 @@ onload = runRepaintAndPixelTest; |
</script> |
<body style="height: 2000px"> |
Tests invalidation of fixed element when scrolled in a page with empty root layer. Passes if there is no red. |
+ <!-- Using 99% opacity on fixed pos element to ensure it is not automatically promoted. --> |
<div style=" |
position: fixed; |
+ opacity: 0.99; |
top: 50px; |
left: 0; |
width: 100px; |