| OLD | NEW |
| 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="../../../fast/js/resources/js-test-pre.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 { |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 shouldBe('numberWidth(1.5, 2, 1)', 'textWidthPlusSpinButtonWidth(3)'); | 148 shouldBe('numberWidth(1.5, 2, 1)', 'textWidthPlusSpinButtonWidth(3)'); |
| 149 shouldBe('numberWidth(1.05, 2, 1)', 'textWidthPlusSpinButtonWidth(4)'); | 149 shouldBe('numberWidth(1.05, 2, 1)', 'textWidthPlusSpinButtonWidth(4)'); |
| 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 <script src="../../../fast/js/resources/js-test-post.js"></script> | |
| 159 </body> | 158 </body> |
| 160 </html> | 159 </html> |
| OLD | NEW |