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

Side by Side Diff: LayoutTests/editing/selection/unrendered-003.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 15 matching lines...) Expand all
30 <div contenteditable id="root" class="editing"> 31 <div contenteditable id="root" class="editing">
31 <span id="test-1">foo</span><span id="test-2" style='display: none;'>bar</span> baz 32 <span id="test-1">foo</span><span id="test-2" style='display: none;'>bar</span> baz
32 </div> 33 </div>
33 34
34 <script> 35 <script>
35 runEditingTest(); 36 runEditingTest();
36 </script> 37 </script>
37 38
38 </body> 39 </body>
39 </html> 40 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/selection/unrendered-002.html ('k') | LayoutTests/editing/selection/unrendered-004.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698