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