diff options
Diffstat (limited to 'dom/tests/reftest/optiontext-ref.html')
-rw-r--r-- | dom/tests/reftest/optiontext-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/tests/reftest/optiontext-ref.html b/dom/tests/reftest/optiontext-ref.html new file mode 100644 index 0000000000..6250c1fb27 --- /dev/null +++ b/dom/tests/reftest/optiontext-ref.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<body> +<form name="f"> +<select name="s"> +<option name="o1">ok</option> +</select> +</form> +</body> |