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

Side by Side Diff: LayoutTests/fast/forms/number/number-size.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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../../resources/js-test.js"></script>
5 <style> 5 <style>
6 6
7 input.with-border::-webkit-inner-spin-button { 7 input.with-border::-webkit-inner-spin-button {
8 border: 10px solid; 8 border: 10px solid;
9 } 9 }
10 input.with-padding::-webkit-inner-spin-button { 10 input.with-padding::-webkit-inner-spin-button {
11 padding: 0 8px 0 8px; 11 padding: 0 8px 0 8px;
12 } 12 }
13 input.with-margin::-webkit-inner-spin-button { 13 input.with-margin::-webkit-inner-spin-button {
14 margin: 0 10px 0 10px; 14 margin: 0 10px 0 10px;
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 shouldBe('numberWidth(1.005, 2, 1)', 'textWidthPlusSpinButtonWidth(5)'); 150 shouldBe('numberWidth(1.005, 2, 1)', 'textWidthPlusSpinButtonWidth(5)');
151 151
152 shouldBe('numberWidth(123456, 123456, 0.0000005)', 'textWidthPlusSpinButtonWidth (14)'); 152 shouldBe('numberWidth(123456, 123456, 0.0000005)', 'textWidthPlusSpinButtonWidth (14)');
153 153
154 debug('') 154 debug('')
155 </script> 155 </script>
156 156
157 157
158 </body> 158 </body>
159 </html> 159 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/number/number-setrangetext.html ('k') | LayoutTests/fast/forms/number/number-spinbutton-capturing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698