aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual/input.html
AgeCommit message (Collapse)AuthorFilesLines
2023-03-14Remove empty script tag (#38233)Neeraj Kumar Das1-1/+0
2023-01-17Fix Android Chrome input date dimensions (#36143)Tanguy Krotoff1-0/+79
* Bind Hugo to 0.0.0.0, helps debug on mobile when on the same network * Use http-server for visual tests * Add input visual tests * Fix input date dimensions on Android Chrome * Increase bootstrap.css max size * Revert "Bind Hugo to 0.0.0.0" & "Use http-server for visual tests" * Switch to pixels: this is an empirical minimum safe value * Update .bundlewatch.config.json Co-authored-by: Mark Otto <[email protected]>