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

Unified Diff: LayoutTests/rubberbanding/overhang-ne.html

Issue 977663002: Mac: Delete now-dead elastic overscroll code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/rubberbanding/overhang-n-expected.txt ('k') | LayoutTests/rubberbanding/overhang-nw.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/rubberbanding/overhang-ne.html
diff --git a/LayoutTests/rubberbanding/overhang-ne.html b/LayoutTests/rubberbanding/overhang-ne.html
deleted file mode 100644
index 8d91a052c44226254b44a46a45f07e8bcc577012..0000000000000000000000000000000000000000
--- a/LayoutTests/rubberbanding/overhang-ne.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head><title>Test rubber banding overhang drawing</title></head>
-<body>
-<div style="height:30px; background-color:black; width:100%"></div>
-<div id="info">This test requires DRT.</div>
-<script>
- if (window.internals) {
- document.getElementById('info').style.visibility = "hidden";
- internals.settings.setMockScrollbarsEnabled(false);
- internals.setFrameViewPosition(document, 50, -50);
- }
-</script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/rubberbanding/overhang-n-expected.txt ('k') | LayoutTests/rubberbanding/overhang-nw.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698