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

Side by Side Diff: LayoutTests/fast/dom/HTMLDialogElement/multiple-centered-dialogs.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 <style> 3 <style>
4 body { 4 body {
5 height: 10000px; 5 height: 10000px;
6 } 6 }
7 7
8 dialog { 8 dialog {
9 padding: 0; 9 padding: 0;
10 margin: 0; 10 margin: 0;
(...skipping 29 matching lines...) Expand all
40 40
41 showAndTest('top-dialog'); 41 showAndTest('top-dialog');
42 42
43 window.scroll(0, 100); 43 window.scroll(0, 100);
44 showAndTest('first-middle-dialog'); 44 showAndTest('first-middle-dialog');
45 showAndTest('second-middle-dialog'); 45 showAndTest('second-middle-dialog');
46 46
47 window.scroll(0, 200); 47 window.scroll(0, 200);
48 showAndTest('bottom-dialog'); 48 showAndTest('bottom-dialog');
49 </script> 49 </script>
50 <script src="../../js/resources/js-test-post.js"></script>
51 </html> 50 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698