Index: LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html |
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html |
index 73785c018c0d32b7a9e24e6ba193e5e8e2e3f12c..11642d0419cbe01fafa483a8c88cbb845657bcbd 100644 |
--- a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html |
+++ b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html |
@@ -31,7 +31,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> |