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

Side by Side Diff: LayoutTests/fast/forms/cursor-at-editable-content-boundary.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 <style> 4 <style>
5 .editable { 5 .editable {
6 border-width: 0px; 6 border-width: 0px;
7 margin: 0px; 7 margin: 0px;
8 padding: 0px; 8 padding: 0px;
9 font-size: 10px; 9 font-size: 10px;
10 } 10 }
11 </style> 11 </style>
12 <script src="../js/resources/js-test-pre.js"></script> 12 <script src="../../resources/js-test.js"></script>
13 <script> 13 <script>
14 14
15 var succeed = true; 15 var succeed = true;
16 16
17 function runTest() 17 function runTest()
18 { 18 {
19 if (window.testRunner) 19 if (window.testRunner)
20 testRunner.dumpAsText(); 20 testRunner.dumpAsText();
21 21
22 // The 2nd parameter 22 is the last character in textarea with id "textarea_ rtl". 22 // The 2nd parameter 22 is the last character in textarea with id "textarea_ rtl".
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 <div style="-webkit-writing-mode:vertical-rl;" class="editable"><span id="span_v ertical_rl" class="editable">&#1491;&#1490;&#1500;&#1495;&#1499; &#1490;&#1491;& #1499; &#1500;&#1495;&#1497;&#1491;&#1490;&#1499; &#1497;&#1495;&#1506;&#1491;&# 1491;</span></div> 125 <div style="-webkit-writing-mode:vertical-rl;" class="editable"><span id="span_v ertical_rl" class="editable">&#1491;&#1490;&#1500;&#1495;&#1499; &#1490;&#1491;& #1499; &#1500;&#1495;&#1497;&#1491;&#1490;&#1499; &#1497;&#1495;&#1506;&#1491;&# 1491;</span></div>
126 126
127 <p>vertical text. 127 <p>vertical text.
128 <div contenteditable id="vertical_rl" style="-webkit-writing-mode:vertical-rl;" class="editable">&#1491;&#1490;&#1500;&#1495;&#1499; &#1490;&#1491;&#1499; &#150 0;&#1495;&#1497;&#1491;&#1490;&#1499; &#1497;&#1495;&#1506;&#1491;&#1491;</div> 128 <div contenteditable id="vertical_rl" style="-webkit-writing-mode:vertical-rl;" class="editable">&#1491;&#1490;&#1500;&#1495;&#1499; &#1490;&#1491;&#1499; &#150 0;&#1495;&#1497;&#1491;&#1490;&#1499; &#1497;&#1495;&#1506;&#1491;&#1491;</div>
129 129
130 <ul id="console"></ul> 130 <ul id="console"></ul>
131 </body> 131 </body>
132 132
133 <script>runTest();</script> 133 <script>runTest();</script>
134 </html> 134 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/color/input-value-sanitization-color.html ('k') | LayoutTests/fast/forms/datalist/datalist.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698