Index: LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html |
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html |
index 9c0ae4699fbdf446001daf94d67fe0024524d4ce..844d4a7f82dd0476ba68d49fcb6121f20252aac1 100644 |
--- a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html |
+++ b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html |
@@ -37,7 +37,11 @@ |
} |
</script> |
</head> |
-<body> |
+ |
+<!-- Fixed position elements may skip compositing without a scrollable |
+ancestor. To make sure this test covers the intended scenario, we force the |
+body element to be tall, so that the FrameView is scrolling. --> |
+<body style="height: 4000px;"> |
<div style="height: 1000px"> |
Not scaled: |
<pre id="layerTree"></pre> |