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

Side by Side Diff: LayoutTests/fast/dom/HTMLDialogElement/dialog-scrolled-viewport.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 body { 5 body {
6 margin: 0; 6 margin: 0;
7 } 7 }
8 8
9 dialog { 9 dialog {
10 padding : 0; 10 padding : 0;
(...skipping 28 matching lines...) Expand all
39 } 39 }
40 40
41 window.scroll(1000, 1000); 41 window.scroll(1000, 1000);
42 dialog = document.getElementById('dialog'); 42 dialog = document.getElementById('dialog');
43 dialog.showModal(); 43 dialog.showModal();
44 checkPosition(dialog); 44 checkPosition(dialog);
45 dialog.close(); 45 dialog.close();
46 dialog.show(); 46 dialog.show();
47 checkPosition(dialog); 47 checkPosition(dialog);
48 </script> 48 </script>
49 <script src="../../js/resources/js-test-post.js"></script>
50 </body> 49 </body>
51 </html> 50 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698