diff options
Diffstat (limited to 'layout/reftests/bugs/594737-1.html')
-rw-r--r-- | layout/reftests/bugs/594737-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/594737-1.html b/layout/reftests/bugs/594737-1.html new file mode 100644 index 0000000000..c32d6d6fdc --- /dev/null +++ b/layout/reftests/bugs/594737-1.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<body> + <select disabled multiple size="4"> + <option>One</option> + <option>Two</option> + <option>Three</option> + <option>Four</option> + </select> +</body> |