Compare how <input type="date">, time and datetime-local
render and edit across browsers, when the OS locale and/or the page's lang attribute
disagree with each other. Chromium-based browsers are expected to follow lang;
Firefox and Safari are expected to ignore it and always use the OS/browser locale.
The raw value shown under each field is always the ISO, locale-independent value the browser
would submit — it's there to prove the display format is purely cosmetic.
Tests mm/dd/yyyy vs dd/mm/yyyy vs dd.mm.yyyy vs yyyy/mm/dd ordering.
Tests 12h AM/PM vs 24h display.
Combines both axes: date order and 12h/24h time in one control.