Index: Source/WebKit/chromium/tests/data/fixed-position.html |
diff --git a/Source/WebKit/chromium/tests/data/fixed-position.html b/Source/WebKit/chromium/tests/data/fixed-position.html |
index bcb44e3552a464f2c14947fa285033fc3249e111..74f8e33d71151dd4e8d609244340e34e96ef4a4d 100644 |
--- a/Source/WebKit/chromium/tests/data/fixed-position.html |
+++ b/Source/WebKit/chromium/tests/data/fixed-position.html |
@@ -8,7 +8,10 @@ |
</style> |
</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 id="fixed"> |
Fixed positioned. |
</div> |