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

Side by Side Diff: LayoutTests/editing/selection/move-vertically-with-paddings-borders.html

Issue 48903019: Delete js-test-post.js. (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 5
6 #tests p { 6 #tests p {
7 font-size: 20px; 7 font-size: 20px;
8 width: 12ex; 8 width: 12ex;
9 word-wrap: normal; 9 word-wrap: normal;
10 } 10 }
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 moveVerticallyAndVerify(node, 'backward', 'left' + (j + 1), 'left' + j); 61 moveVerticallyAndVerify(node, 'backward', 'left' + (j + 1), 'left' + j);
62 moveVerticallyAndVerify(node, 'backward', 'right' + (j + 1), 'right' + j ); 62 moveVerticallyAndVerify(node, 'backward', 'right' + (j + 1), 'right' + j );
63 } 63 }
64 64
65 debug(''); 65 debug('');
66 } 66 }
67 67
68 document.getElementById('tests').style.display = 'none'; 68 document.getElementById('tests').style.display = 'none';
69 69
70 </script> 70 </script>
71 <script src="../../fast/js/resources/js-test-post.js"></script>
72 </body> 71 </body>
73 </html> 72 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698