diff options
Diffstat (limited to 'layout/reftests/forms/textarea/setvalue-framereconstruction-ref.html')
-rw-r--r-- | layout/reftests/forms/textarea/setvalue-framereconstruction-ref.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/forms/textarea/setvalue-framereconstruction-ref.html b/layout/reftests/forms/textarea/setvalue-framereconstruction-ref.html new file mode 100644 index 000000000..3f5108815 --- /dev/null +++ b/layout/reftests/forms/textarea/setvalue-framereconstruction-ref.html @@ -0,0 +1,17 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +</head> + +<body> + +<div id="div"> + <textarea rows="3" cols="5" id="textarea">x y</textarea> +</div> + +<select style="-moz-appearance:none"> + <option id="opt1"></option> +</select> + +</body> +</html> + |