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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/selection/mouse/drag_selection_update_crash.html

Issue 1993163003: [Editing][Stability] Recanonicalize m_originalbase in FrameSelection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/FrameSelection.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../../resources/testharness.js"></script>
3 <script src="../../../resources/testharnessreport.js"></script>
4 <div style="height:1000px"><span contenteditable id="target">abc&#x5D0;&#x5D1;&# x5D2;</span></div>
5 <div id="log"></div>
6 <script>
7 test(function(){
8 assert_true(eventSender != null, 'eventSender is required');
9 var y = target.offsetTop + target.offsetHeight / 2;
10 eventSender.dragMode = false;
11 eventSender.mouseMoveTo(target.offsetLeft + target.offsetWidth, y);
12 eventSender.mouseDown();
13 eventSender.mouseMoveTo(target.offsetLeft + target.offsetWidth - 10, y);
14 });
15 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/FrameSelection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698