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

Side by Side Diff: LayoutTests/editing/selection/select-all-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 28 matching lines...) Expand all
43 proposition that all men are created equal. 44 proposition that all men are created equal.
44 </div> 45 </div>
45 </div> 46 </div>
46 47
47 <script> 48 <script>
48 runEditingTest(); 49 runEditingTest();
49 </script> 50 </script>
50 51
51 </body> 52 </body>
52 </html> 53 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/selection/select-all-001.html ('k') | LayoutTests/editing/selection/select-all-003.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698