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

Side by Side Diff: LayoutTests/fast/text/atsui-rtl-override-selection.html

Issue 14859016: Don't force layout for mouse event hit tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix review comment Created 7 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Selection in text with RTL override in ATSUI</title> 3 <title>Selection in text with RTL override in ATSUI</title>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 function test() { 5 function test() {
6 // Mouse events only work after an initial layout
7 document.body.offsetLeft;
6 eventSender.mouseMoveTo(14, 10); 8 eventSender.mouseMoveTo(14, 10);
7 eventSender.mouseDown(); 9 eventSender.mouseDown();
8 eventSender.mouseMoveTo(15, 10); 10 eventSender.mouseMoveTo(15, 10);
9 eventSender.mouseMoveTo(60, 10); 11 eventSender.mouseMoveTo(60, 10);
10 eventSender.mouseUp(); 12 eventSender.mouseUp();
11 } 13 }
12 </script> 14 </script>
13 </head> 15 </head>
14 <body style="margin: 0; padding: 0;" onload="test()"> 16 <body style="margin: 0; padding: 0;" onload="test()">
15 <!-- The &#x0300; forces ATSUI rendering --> 17 <!-- The &#x0300; forces ATSUI rendering -->
16 <bdo dir="rtl">&#x0300;muspimeroL</bdo> 18 <bdo dir="rtl">&#x0300;muspimeroL</bdo>
17 <hr> 19 <hr>
18 &ldquo;remips&rdquo; should be highlighted in the above. 20 &ldquo;remips&rdquo; should be highlighted in the above.
19 </body> 21 </body>
20 </html> 22 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/scrolling/hover-during-scroll.html ('k') | LayoutTests/fast/text/international/khmer-selection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698