summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/file/file-crash-by-display-none-button.html
blob: a7952753cddb2c899864ee54a25a2f7925f84d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<script>
    if (window.internals)
        testRunner.dumpAsText();
</script>
<style>
input::-webkit-file-upload-button { display: none; }
</style>
This test is successful it it does not crash.
<input type="file"/>