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

Side by Side Diff: LayoutTests/editing/spelling/spellcheck-input-search-crash.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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
5 <script> 5 <script>
6 var clicked = false; 6 var clicked = false;
7 7
8 function handleClicked() 8 function handleClicked()
9 { 9 {
10 clicked = true; 10 clicked = true;
(...skipping 11 matching lines...) Expand all
22 eventSender.contextClick(); 22 eventSender.contextClick();
23 shouldBe("clicked", "true"); 23 shouldBe("clicked", "true");
24 } 24 }
25 </script> 25 </script>
26 </head> 26 </head>
27 <body> 27 <body>
28 <p id="description"></p> 28 <p id="description"></p>
29 <div id="console"></div> 29 <div id="console"></div>
30 <input id="target" type="search" oncontextmenu="handleClicked()"> 30 <input id="target" type="search" oncontextmenu="handleClicked()">
31 <script>test();</script> 31 <script>test();</script>
32 <script src="../../fast/js/resources/js-test-post.js"></script>
33 </body> 32 </body>
34 </html> 33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698