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

Side by Side Diff: LayoutTests/fast/dom/HTMLDialogElement/dialog-canceling.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 <style> 4 <style>
5 #bottom { 5 #bottom {
6 top: 100px; 6 top: 100px;
7 left: 100px; 7 left: 100px;
8 height: 300px; 8 height: 300px;
9 width: 300px; 9 width: 300px;
10 margin: 0; 10 margin: 0;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 eventSender.keyDown("\x1B"); 95 eventSender.keyDown("\x1B");
96 shouldBeFalse('topDialog.open'); 96 shouldBeFalse('topDialog.open');
97 shouldBeFalse('bottomDialog.open'); 97 shouldBeFalse('bottomDialog.open');
98 98
99 bottomDialog.remove(); 99 bottomDialog.remove();
100 topDialog.remove(); 100 topDialog.remove();
101 } 101 }
102 102
103 test(); 103 test();
104 </script> 104 </script>
105 <script src="../../js/resources/js-test-post.js"></script>
106 </body> 105 </body>
107 </html> 106 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698