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

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

Issue 15508003: Revert "Don't force layout for mouse event hit tests" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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;
8 eventSender.mouseMoveTo(14, 10); 6 eventSender.mouseMoveTo(14, 10);
9 eventSender.mouseDown(); 7 eventSender.mouseDown();
10 eventSender.mouseMoveTo(15, 10); 8 eventSender.mouseMoveTo(15, 10);
11 eventSender.mouseMoveTo(60, 10); 9 eventSender.mouseMoveTo(60, 10);
12 eventSender.mouseUp(); 10 eventSender.mouseUp();
13 } 11 }
14 </script> 12 </script>
15 </head> 13 </head>
16 <body style="margin: 0; padding: 0;" onload="test()"> 14 <body style="margin: 0; padding: 0;" onload="test()">
17 <!-- The &#x0300; forces ATSUI rendering --> 15 <!-- The &#x0300; forces ATSUI rendering -->
18 <bdo dir="rtl">&#x0300;muspimeroL</bdo> 16 <bdo dir="rtl">&#x0300;muspimeroL</bdo>
19 <hr> 17 <hr>
20 &ldquo;remips&rdquo; should be highlighted in the above. 18 &ldquo;remips&rdquo; should be highlighted in the above.
21 </body> 19 </body>
22 </html> 20 </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