| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="../../resources/js-test.js"></script> | |
| </head> | |
| <body> | |
| <p id="description">Inputs with type 'text' and 'tel' should have the same default logical widths, and the same logical widths with equal inline padding applied.</p> | |
| <div id="console"></div> | |
| <div id=parent> | |
| <input type=text> | |
| <input type=tel> | |
| <script src="resources/input-logical-widths-helper.js"></script> | |
| </body> | |
| </html> |