Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-readonly-dimmed.html
blob5c14745022180cf00348465daf1a024ac0d8e0cc
1 <html>
2 <body onload="document.getElementById('tf').readOnly = true">
3 This tests that the border of a readonly text field should appear dimmed.
4 <br>
5 <input id="tf" readonly value="This border should be dimmed"></input>
6 </body>
7 </html>