Commit cd6e9ca2 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

Move fast/events/drag-selects-culled-inlines.html to editing/selection/mouse

The layout test focuses on selection, and has nothing to do with events.
Hence, this patch moves it to editing/selection/mouse

Change-Id: I2993a1e8c0aa89d0f916964a860c378928cffcd7
Reviewed-on: https://chromium-review.googlesource.com/917702Reviewed-by: default avatarYoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536659}
parent 50793b79
......@@ -12,7 +12,7 @@
<div id="console">
</div>
</p>
<script src="../../resources/js-test.js"></script>
<script src="../../../resources/js-test.js"></script>
<script>
jsTestIsAsync = true;
var selectionComplete = false;
......@@ -35,4 +35,4 @@
eventSender.mouseUp();
selectionComplete = true;
}
</script>
\ No newline at end of file
</script>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment