Index: Source/WebKit/chromium/tests/data/non-fast-scrollable.html |
diff --git a/Source/WebKit/chromium/tests/data/non-fast-scrollable.html b/Source/WebKit/chromium/tests/data/non-fast-scrollable.html |
deleted file mode 100644 |
index 91d07c59811f29c0b80fc8be2ca13ad5214d58a0..0000000000000000000000000000000000000000 |
--- a/Source/WebKit/chromium/tests/data/non-fast-scrollable.html |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <style type="text/css"> |
- .box { |
- width: 10px; |
- height: 10px; |
- } |
- .scrollable { |
- overflow: scroll; |
- } |
- .out-of-flow { |
- position: absolute; |
- } |
- .big { |
- margin: 200px; |
- } |
- </style> |
-</head> |
- |
-<body> |
- <div class="scrollable box"> |
- <span class="big">Scrolling content</span> |
- <div class="out-of-flow box">Out-of-flow content.</div> |
- </div> |
-</body> |
-</html> |