3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
6 <html class=
"reftest-wait"><head>
8 <title>CSS Test: file control with dynamic change to max-width
</title>
9 <style type=
"text/css">
11 input
{ max-width: 10em; }
16 [...document
.querySelectorAll('input')].forEach(function(e
) {
17 e
.style
.maxWidth
= 'initial';
19 document
.documentElement
.removeAttribute("class");
21 window
.addEventListener("MozReftestInvalidate", tweak
);
24 <body onload=
"test()">
26 <input type=file dir=rtl
>