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

Unified Diff: Source/WebKit/chromium/tests/data/select_range_scroll.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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: Source/WebKit/chromium/tests/data/select_range_scroll.html
diff --git a/Source/WebKit/chromium/tests/data/select_range_scroll.html b/Source/WebKit/chromium/tests/data/select_range_scroll.html
deleted file mode 100644
index a67f189c3cdde097c2c679d14d6e9b9b9712e399..0000000000000000000000000000000000000000
--- a/Source/WebKit/chromium/tests/data/select_range_scroll.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<div style='height:3000px'>
- <span id="target">Some offscreen test text for testing.</span>
-</div>
-<script>
- var range = document.createRange();
- range.selectNode(document.getElementById('target'));
- window.getSelection().addRange(range);
- window.scrollBy(0,500);
-</script>
-</body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698