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

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

Issue 1793093006: [Editing][Stability] Recanonicalize m_originalbase in FrameSelection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update layout test Created 4 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 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="direction: rtl;">
yosin_UTC9 2016/04/19 09:41:20 <div dir=rtl>
yoichio 2016/05/13 04:03:29 Acknowledged.
5 __v_40 = 0; ++__v_40 {__v_40: "ab" + __v_40 + (__v_40 / 100000);.target { olor: #;
yosin_UTC9 2016/04/19 09:41:20 The issue is caused by selecting text in RTL. zoom
yoichio 2016/05/13 04:03:29 Done.
6 <dl id="tests"></dl>
7 <span id="target">
8 abcxyz
9 </span></div>
10
11 <script>
12 test(function(){
13 eventSender.setPageZoomFactor(5);
14 var y = target.offsetTop + target.offsetHeight / 2;
15 eventSender.dragMode = false;
16 eventSender.mouseMoveTo(target.offsetLeft + target.offsetWidth, y);
17 eventSender.mouseDown();
18 eventSender.mouseMoveTo(target.offsetLeft, y);
19
20 document.body.innerHTML = '<div id="log"></div>';
yosin_UTC9 2016/04/19 09:41:20 Can we put this into HTML? After <div dir=rtl">?
yoichio 2016/05/13 04:03:29 Done.
21 });
22 </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