Index: LayoutTests/platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html |
=================================================================== |
--- LayoutTests/platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html (revision 142739) |
+++ LayoutTests/platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html (working copy) |
@@ -1,35 +0,0 @@ |
-<!DOCTYPE html> |
- |
-<html> |
-<head> |
- <style type="text/css"> |
- .box { |
- position: absolute; |
- width: 50px; |
- height: 50px; |
- } |
- |
- .scrollable { |
- -webkit-overflow-scrolling: touch; |
- } |
- |
- .indicator { |
- background: red; |
- z-index: 1; |
- } |
- |
- .test { |
- background: green; |
- } |
- </style> |
-</head> |
-<body> |
- |
- <!-- Check that touch overflow scrollable elements get a stacking context. --> |
- <div class="scrollable box"> |
- <div class="indicator box"></div> |
- </div> |
- <div class="test box"></div> |
- |
-</body> |
-</html> |