Index: LayoutTests/compositing/overflow/reparented-unclipped-overlay-scrollbars-with-offset-from-renderer.html |
diff --git a/LayoutTests/compositing/overflow/non-reparented-overlay-scrollbars.html b/LayoutTests/compositing/overflow/reparented-unclipped-overlay-scrollbars-with-offset-from-renderer.html |
similarity index 81% |
copy from LayoutTests/compositing/overflow/non-reparented-overlay-scrollbars.html |
copy to LayoutTests/compositing/overflow/reparented-unclipped-overlay-scrollbars-with-offset-from-renderer.html |
index 48f02ae13b0d350a7c4fd61840c0a0938acaeb3f..ec505717d5c7c1b1286379d537f7af3a910335b1 100644 |
--- a/LayoutTests/compositing/overflow/non-reparented-overlay-scrollbars.html |
+++ b/LayoutTests/compositing/overflow/reparented-unclipped-overlay-scrollbars-with-offset-from-renderer.html |
@@ -1,11 +1,14 @@ |
<!DOCTYPE HTML> |
+<!-- |
+ This test ensures that the offset from renderer is correctly applied |
+ to reparented overflow controls, even if they are unclipped. |
+--> |
<style> |
#scroller { |
overflow: scroll; |
width: 300px; |
height: 300px; |
position: relative; |
- z-index: 0; |
top: 10px; |
} |