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

Side by Side Diff: LayoutTests/editing/deleting/delete-line-end-ws-002.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 months 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 <html> 1 <html>
2 <head> 2 <head>
3 3
4 <style> 4 <style>
5 body { overflow: hidden; }
5 .editing { 6 .editing {
6 border: solid red 50px; 7 border: solid red 50px;
7 font-size: 24px; 8 font-size: 24px;
8 line-height: 48px; 9 line-height: 48px;
9 padding: 24px; 10 padding: 24px;
10 margin: 64px; 11 margin: 64px;
11 width: 600px; 12 width: 600px;
12 } 13 }
13 </style> 14 </style>
14 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script > 15 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script >
(...skipping 18 matching lines...) Expand all
33 34
34 this continent a new nation...</span> 35 this continent a new nation...</span>
35 </div> 36 </div>
36 37
37 <script> 38 <script>
38 runEditingTest(); 39 runEditingTest();
39 </script> 40 </script>
40 41
41 </body> 42 </body>
42 </html> 43 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/deleting/delete-line-end-ws-001.html ('k') | LayoutTests/editing/inserting/typing-at-end-of-line.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698