Index: LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html |
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html b/LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html |
index 9c4b68b7b16336cac6a01f884171ad9831726a47..edd01fbf66a4e5fdc44cb91e7ca5bd4cabe746c5 100644 |
--- a/LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html |
+++ b/LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html |
@@ -30,7 +30,10 @@ |
</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;"> |
<pre id="result"></pre> |
</body> |
</html> |