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

Side by Side Diff: LayoutTests/editing/selection/select-all-004.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 12 matching lines...) Expand all
27 <div id="test"></div> 28 <div id="test"></div>
28 Hello 29 Hello
29 <table><tr><td></td></tr></table> 30 <table><tr><td></td></tr></table>
30 <br> 31 <br>
31 <script> 32 <script>
32 runEditingTest(); 33 runEditingTest();
33 </script> 34 </script>
34 35
35 </body> 36 </body>
36 </html> 37 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/selection/select-all-003.html ('k') | LayoutTests/editing/selection/unrendered-001.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698