1
0
Fork 0
firefox/testing/web-platform/tests/css/css-multicol/file-control-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
507 B
HTML

<!DOCTYPE html>
<style>
* {
aspect-ratio: 1206265768.1737075 / 726190483.5455273 ! important;
float: inline-start;
padding-block-end: 4348105909.35903Q;
column-count: 1027970145;
width: min-content;
border-inline-end: groove gainsboro 319302447.513733ch;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
const input = document.createElementNS("http://www.w3.org/1999/xhtml", "input");
document.documentElement.appendChild(input);
input.type = "file";
})
</script>