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

Unified Diff: LayoutTests/platform/chromium/scrollbars/short-scrollbar.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/scrollbars/short-scrollbar.html
diff --git a/LayoutTests/platform/chromium/scrollbars/short-scrollbar.html b/LayoutTests/platform/chromium/scrollbars/short-scrollbar.html
deleted file mode 100644
index ea46d32bf374eba30e0e2aad5d0ef5ed57eaa35c..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/scrollbars/short-scrollbar.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<script>
-testRunner.dumpAsText(true);
-</script>
-<!-- On platforms with no scrollbar button images we should draw the native scrollbar track even when the scrollbar is very short. This condition is currently only relevant on linux chromiumos which is untested on the webkit tree but this test can be run manually. -->
-<div style="width:200px; height:20px; overflow:auto">
-<div style="height:200px;"></div>
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698