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

Side by Side Diff: LayoutTests/fast/flexbox/line-clamp-link-after-ellipsis.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <style> 5 <style>
6 span#container { 6 span#container {
7 display: inline-block; /* clamp the width of the enclosing P to its contents */ 7 display: inline-block; /* clamp the width of the enclosing P to its contents */
8 } 8 }
9 9
10 div#flexbox { 10 div#flexbox {
(...skipping 17 matching lines...) Expand all
28 var clickY = divRect.top + divRect.height - (aRect.height / 2); 28 var clickY = divRect.top + divRect.height - (aRect.height / 2);
29 29
30 if (window.eventSender) { 30 if (window.eventSender) {
31 eventSender.mouseMoveTo(clickX, clickY); 31 eventSender.mouseMoveTo(clickX, clickY);
32 eventSender.mouseDown(); 32 eventSender.mouseDown();
33 eventSender.mouseUp(); 33 eventSender.mouseUp();
34 } 34 }
35 35
36 shouldBeEqualToString("document.getElementsByTagName('a')[0].textContent", "clic ked"); 36 shouldBeEqualToString("document.getElementsByTagName('a')[0].textContent", "clic ked");
37 </script> 37 </script>
38 <script src="../js/resources/js-test-post.js"></script>
39 </body> 38 </body>
40 </html> 39 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/flexbox/child-flexing.html ('k') | LayoutTests/fast/flexbox/repaint-scrollbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698