Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: LayoutTests/platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html

Issue 12254005: Merge 141769 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698