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

Side by Side Diff: LayoutTests/editing/input/editable-container-with-word-wrap-normal.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title> Testcase for bug https://bugs.webkit.org/show_bug.cgi?id=89649 </title> 4 <title> Testcase for bug https://bugs.webkit.org/show_bug.cgi?id=89649 </title>
5 <script src="../../resources/ahem.js"></script>
5 <style> 6 <style>
6 .editableDiv { 7 .editableDiv {
7 overflow:auto; 8 overflow:auto;
8 height:50px; 9 height:50px;
9 width:500px; 10 width:500px;
10 word-wrap:normal; 11 word-wrap:normal;
11 font-family: 'Ahem'; 12 font-family: 'Ahem';
12 } 13 }
13 </style> 14 </style>
14 <script src="../../resources/js-test.js"></script> 15 <script src="../../resources/js-test.js"></script>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 </script> 47 </script>
47 </head> 48 </head>
48 <body onload="runTest();"> 49 <body onload="runTest();">
49 <div id="test" contenteditable="true" class="editableDiv" > 50 <div id="test" contenteditable="true" class="editableDiv" >
50 SOMEFILLERTEXTSOMEFILLERTEXTSOMEFILLERFILLERSFILLERSFILLERSFILLERSFILLERS 51 SOMEFILLERTEXTSOMEFILLERTEXTSOMEFILLERFILLERSFILLERSFILLERSFILLERSFILLERS
51 </div> 52 </div>
52 <div id="description"></div> 53 <div id="description"></div>
53 <div id="console"></div> 54 <div id="console"></div>
54 </body> 55 </body>
55 </html> 56 </html>
OLDNEW
« no previous file with comments | « LayoutTests/cssom/ahem-ex-units.html ('k') | LayoutTests/editing/input/option-page-up-down.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698