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

Side by Side Diff: LayoutTests/editing/spelling/inline-spelling-markers-hidpi.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 <script src="../../resources/js-test.js"></script> 3 <script src="../../resources/js-test.js"></script>
4 <script src="../../editing/editing.js"></script> 4 <script src="../../editing/editing.js"></script>
5 <style> 5 <style>
6 body { overflow:hidden; }
7
6 .testDiv { 8 .testDiv {
7 width: 200px; 9 width: 200px;
8 height: 20px; 10 height: 20px;
9 border: 1px solid black; 11 border: 1px solid black;
10 white-space: nowrap; 12 white-space: nowrap;
11 overflow: hidden; 13 overflow: hidden;
12 } 14 }
13 15
14 .forcertl { 16 .forcertl {
15 direction: rtl; 17 direction: rtl;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 { 105 {
104 var next = tests.shift(); 106 var next = tests.shift();
105 if (next) 107 if (next)
106 return window.setTimeout(next, 0); 108 return window.setTimeout(next, 0);
107 109
108 finishJSTest(); 110 finishJSTest();
109 } 111 }
110 </script> 112 </script>
111 </body> 113 </body>
112 </html> 114 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/selection/unrendered-005.html ('k') | LayoutTests/editing/spelling/inline_spelling_markers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698