diff options
Diffstat (limited to 'layout/reftests/bugs/1405878-1.xml')
-rw-r--r-- | layout/reftests/bugs/1405878-1.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1405878-1.xml b/layout/reftests/bugs/1405878-1.xml new file mode 100644 index 0000000000..3915711b11 --- /dev/null +++ b/layout/reftests/bugs/1405878-1.xml @@ -0,0 +1,6 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> + <select> + <script>document.documentElement.offsetHeight</script> + <option>Hello there</option> + </select> +</html> |